This commit is contained in:
Jackzie 2024-04-27 08:02:36 -05:00
parent f3ff80c5ab
commit 9a5aa5dd5f
24 changed files with 478 additions and 101 deletions

View file

@ -343,6 +343,9 @@ public void OnMapStart() {
}
Game.State = State_Unknown;
}
public void OnMapEnd() {
Game.Cleanup();
}
public void ThinkPost(int entity) {
static int iTeamNum[MAXPLAYERS+1];