mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-08 08:46:04 +00:00
17 lines
365 B
C++
17 lines
365 B
C++
///
|
|
/// Created by Anonymous275 on 4/10/2020
|
|
///
|
|
|
|
extern bool Private;
|
|
extern bool Debug;
|
|
extern int MaxPlayers;
|
|
extern int Port;
|
|
extern int MaxCars;
|
|
extern std::string MapName;
|
|
extern std::string ServerName;
|
|
extern std::string Resource;
|
|
extern std::string ServerVersion;
|
|
extern std::string ClientVersion;
|
|
extern std::string FileList;
|
|
extern std::string FileSizes;
|