Merge remote-tracking branch 'origin/main' into feature/triagestatus-draw3d

This commit is contained in:
2024-01-09 21:29:56 -08:00
27 changed files with 436 additions and 5 deletions

View File

@@ -32,13 +32,17 @@ class milsim
class bindEventHandlers { postInit = 1; };
class bindVehicleActions { postInit = 1; };
class addClientStatsPFH {};
class addMedicalOverlayPFH { postInit = 1; }; // nees refactor
class calculateClientStats {};
class medicalTriageState3D {postInit = 1;};
class initVehicleFlags { postInit = 1; };
class bindEmptyGroupGarbageCleanup { postInit = 1; };
};
class server {
class addServerStatsPFH {};
class calculateServerStats {};
class logPlayerInventory {};
};
class resupply {