new: secure store

This commit is contained in:
lollipopkit
2023-11-03 00:23:57 -06:00
parent e80d115e4f
commit a9f9a1650e
13 changed files with 209 additions and 105 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 627;
static const int build = 630;
static const String engine = "3.13.8";
static const String buildAt = "2023-11-01 20:01:37";
static const int modifications = 14;
static const String buildAt = "2023-11-02 13:45:05";
static const int modifications = 1;
static const int script = 25;
}