Add the new keys (3.2 Support) (#1923)

* Add the new keys

* Some improvements to the key loading system & Bump the game version
This commit is contained in:
lilmayofuksu
2022-11-02 01:28:04 +03:00
committed by GitHub
parent 7bfb35ac39
commit 4ed0b90c27
10 changed files with 71 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ import emu.grasscutter.utils.Position;
import emu.grasscutter.utils.Utils;
public final class GameConstants {
public static String VERSION = "3.1.0";
public static String VERSION = "3.2.0";
public static final int DEFAULT_TEAMS = 4;
public static final int MAX_TEAMS = 10;