opt.: server tab

This commit is contained in:
lollipopkit
2023-12-02 17:35:14 +08:00
parent fc0c9b3a49
commit 440dabfca8
5 changed files with 101 additions and 71 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 653;
static const String engine = "3.16.0";
static const String buildAt = "2023-11-27 19:18:56";
static const int modifications = 3;
static const int script = 30;
static const int build = 654;
static const String engine = "3.16.2";
static const String buildAt = "2023-12-02 00:21:29";
static const int modifications = 2;
static const int script = 31;
}