Files
csgo2_tiny_server_plugin_sy…/csgo2/global.h

6 lines
93 B
C
Raw Normal View History

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