fixes unit gather method, ready

This commit is contained in:
2024-01-09 22:16:43 -08:00
parent 12dd0fc83c
commit 7630efeb4d
5 changed files with 82 additions and 147 deletions

View File

@@ -32,9 +32,8 @@ class milsim
class bindEventHandlers { postInit = 1; };
class bindVehicleActions { postInit = 1; };
class addClientStatsPFH {};
class addMedicalOverlayPFH { postInit = 1; }; // nees refactor
class addMedicalOverlayPFH { postInit = 1; };
class calculateClientStats {};
class medicalTriageState3D {postInit = 1;};
class initVehicleFlags { postInit = 1; };
class bindEmptyGroupGarbageCleanup { postInit = 1; };
};