opt.: file view (#249)

This commit is contained in:
lollipopkit
2024-01-16 11:42:30 +08:00
parent 9eeacb3bdd
commit ee96f2696e
18 changed files with 212 additions and 33 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 703;
static const int build = 704;
static const String engine = "3.16.7";
static const String buildAt = "2024-01-14 19:40:49";
static const int modifications = 6;
static const String buildAt = "2024-01-15 18:40:44";
static const int modifications = 3;
static const int script = 34;
}