This commit is contained in:
lollipopkit🏳️‍⚧️
2026-03-07 02:27:42 +08:00
parent d8d74defea
commit 0b7c1f2c99
6 changed files with 100 additions and 100 deletions

View File

@@ -3,6 +3,6 @@
abstract class BuildData {
static const String name = "ServerBox";
static const int build = 1330;
static const int build = 1331;
static const int script = 71;
}