Merge remote-tracking branch 'origin/main' into feature/triagestatus-draw3d
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user