new: bulk import servers (#301)

This commit is contained in:
lollipopkit
2024-03-10 16:20:27 +08:00
parent ff1780bb04
commit 5e9f0bf8a1
15 changed files with 132 additions and 30 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 796;
static const int build = 798;
static const String engine = "3.19.2";
static const String buildAt = "2024-03-09 16:45:22";
static const int modifications = 1;
static const String buildAt = "2024-03-09 18:43:21";
static const int modifications = 2;
static const int script = 40;
}