adds events, queue, auto-notifications, manual checks for pilots

This commit is contained in:
2024-01-26 00:26:06 -08:00
parent e9fc5cfe21
commit 754d7356e1
4 changed files with 208 additions and 1 deletions

View File

@@ -64,4 +64,12 @@ class milsim
class mapMarkerToString {}; //needs refactor
class stringToMapMarker {}; //needs refactor
};
};
class milsim_respawn {
class functions {
file = "functions\respawn";
class init { postInit = 1; };
class showReinsertQueueNotification {};
};
};