This commit is contained in:
Huoji's
2023-10-04 06:01:28 +08:00
parent e356220383
commit 06acf8b24d
21 changed files with 773 additions and 457 deletions

View File

@@ -2,4 +2,9 @@
namespace global {
bool Exit;
int MaxPlayers;
CGameEntitySystem* EntitySystem;
bool HasTicked;
CGlobalVars* GlobalVars;
float m_flUniversalTime;
float m_flLastTickedTime;
}