opt.: display name of server func btns

This commit is contained in:
lollipopkit
2023-11-02 13:43:15 +08:00
parent 220f4c6723
commit 402045a53d
11 changed files with 71 additions and 70 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 622;
static const int build = 627;
static const String engine = "3.13.8";
static const String buildAt = "2023-10-31 20:16:41";
static const int modifications = 2;
static const String buildAt = "2023-11-01 20:01:37";
static const int modifications = 14;
static const int script = 25;
}