mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-13 19:26:20 +00:00
add config linking
add link to game path add link to profile path add link to cache path add link to console add link to build add panel to all 3 frames
This commit is contained in:
@@ -82,6 +82,9 @@ class Launcher {
|
||||
std::string Version{"2.0"};
|
||||
Server ServerHandler{this};
|
||||
std::string TargetBuild{"default"};
|
||||
std::string GameConfigPath{""};
|
||||
std::string ProfileConfigPath{""};
|
||||
std::string CacheConfigPath{""};
|
||||
static inline std::atomic<bool> Shutdown{false}, Exit{false};
|
||||
std::string FullVersion{Version + ".99"};
|
||||
VersionParser SupportedVersion{"0.25.4.0"};
|
||||
|
||||
Reference in New Issue
Block a user