Files
csgo2_tiny_server_plugin_sy…/csgo2/global.h
2023-10-02 17:31:02 +08:00

6 lines
94 B
C++

#pragma once
#include "head.h"
namespace global {
extern bool Exit;
extern int MaxPlayers;
}