1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Make garage slot limit configurable

This commit is contained in:
NG (Graham)
2026-03-18 17:59:14 -04:00
parent 5ce1611cc5
commit 18e3f1f6f7
5 changed files with 14 additions and 7 deletions

View File

@@ -41,6 +41,7 @@ pub trait ConfigProvider<C: Clone> {
fn shop_entries(&self) -> ShopEntriesResolver;
fn promo_codes(&self) -> std::collections::HashMap<String, PromoCode>;
fn vehicle_validation(&self) -> VehicleValidators;
fn garage_slot_limit(&self) -> i32;
}
pub struct DevMessageProvider<C: Clone> {