mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 12:23:43 +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;
|
|
}
|