version 3.1.0

This commit is contained in:
Hizumi
2023-12-29 12:14:36 -06:00
parent d398af6385
commit da3b45ccda
26 changed files with 280 additions and 5 deletions

View File

@@ -33,11 +33,14 @@ class milsim
class bindVehicleActions { postInit = 1; };
class addClientStatsPFH {};
class calculateClientStats {};
class initVehicleFlags { postInit = 1; };
class bindEmptyGroupGarbageCleanup { postInit = 1; };
};
class server {
class addServerStatsPFH {};
class calculateServerStats {};
class logPlayerInventory {};
};
class resupply {