Files
csgo2_tiny_server_plugin_sy…/csgo2/global.cpp

5 lines
69 B
C++
Raw Normal View History

2023-10-01 02:28:13 +08:00
#include "global.h"
namespace global {
bool Exit;
2023-10-02 05:03:37 +08:00
int MaxPlayers;
2023-10-01 02:28:13 +08:00
}