Files
csgo2_tiny_server_plugin_sy…/csgo2/global.cpp
Huoji's 06acf8b24d 11
2023-10-04 06:01:28 +08:00

10 lines
199 B
C++

#include "global.h"
namespace global {
bool Exit;
int MaxPlayers;
CGameEntitySystem* EntitySystem;
bool HasTicked;
CGlobalVars* GlobalVars;
float m_flUniversalTime;
float m_flLastTickedTime;
}