+ update MenuStored

+ update MenuBuilder
+ update ItemStacker
+ update TMap
This commit is contained in:
sky
2019-12-03 20:04:06 +08:00
parent 52376cd15e
commit c7573226a5
13 changed files with 513 additions and 2 deletions

View File

@@ -56,4 +56,8 @@ public enum Version {
return vNull;
}
}
public static int getCurrentVersionInt() {
return getCurrentVersion().versionInt;
}
}