new: Providers

This commit is contained in:
lollipopkit
2023-09-14 15:13:11 +08:00
parent eb158e63a2
commit c07958fa73
29 changed files with 206 additions and 218 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 550;
static const int build = 551;
static const String engine = "3.13.2";
static const String buildAt = "2023-09-13 15:19:48";
static const int modifications = 45;
static const String buildAt = "2023-09-13 16:03:39";
static const int modifications = 31;
static const int script = 15;
}