Add basic benchmarks and CI

This commit is contained in:
Lol3rrr
2024-10-17 17:43:11 +02:00
parent 195d2fbc15
commit 52d58efa23
8 changed files with 209 additions and 14 deletions

View File

@@ -135,10 +135,13 @@ impl PropController {
prop_name: "my_weapons_offset".into(),
},
),
(ITEM_PURCHASE_COST, PropInfo {
id: ITEM_PURCHASE_COST,
prop_name: "item_purchase_cost".into(),
}),
(
ITEM_PURCHASE_COST,
PropInfo {
id: ITEM_PURCHASE_COST,
prop_name: "item_purchase_cost".into(),
},
),
]
.into_iter()
.collect(),