Files
csgo2_tiny_server_plugin_sy…/csgo2/global.cpp
huoji 4a5a37ba95 1
2023-10-20 20:19:22 +08:00

12 lines
242 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;
bool IsDisableBlood;
}