opt.: TipText

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-08-04 12:02:57 +08:00
parent e3c885483b
commit a15c04956c
8 changed files with 60 additions and 72 deletions

View File

@@ -2,6 +2,6 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 1048;
static const int build = 1049;
static const int script = 56;
}