Files
csgo2_tiny_server_plugin_sy…/csgo2/global.cpp
2023-10-10 16:49:15 +08:00

11 lines
220 B
C++

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