Files
csgo2_tiny_server_plugin_sy…/csgo2/global.h
2023-10-01 02:28:13 +08:00

5 lines
69 B
C++

#pragma once
#include "pch.h"
namespace global {
extern bool Exit;
}