Clothe Shop finished

This commit is contained in:
Lukas Moungos
2020-01-30 21:36:40 +01:00
parent 834c5cb22d
commit 559c45b401
45 changed files with 4443 additions and 18098 deletions

View File

@@ -44,6 +44,7 @@ namespace ReallifeGamemode.Server
};
InventoryManager.LoadItems();
ShopManager.LoadClotheShops();
TuningManager.LoadTuningGarages();
@@ -81,6 +82,8 @@ namespace ReallifeGamemode.Server
Economy.PaydayTimer();
WeaponDealManager.WeaponDealTimer();
}
}
}