mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-08-02 01:07:07 +08:00
8 lines
255 B
Dart
8 lines
255 B
Dart
class ConstConf {
|
|
static const String appVersion = "Lite";
|
|
static const int appVersionCode = 0;
|
|
static const String appVersionDate = "2024-09-04";
|
|
static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW"];
|
|
static const isMSE = true;
|
|
}
|