add medical overlay

This commit is contained in:
Hizumi
2024-01-04 01:11:59 -06:00
parent bc9b20a89d
commit 32d8589733
3 changed files with 91 additions and 0 deletions

View File

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