Serializable -> JsonSerializable

This commit is contained in:
Anuken
2021-02-12 15:41:28 -05:00
parent 146b2589e2
commit 2e6b90d4d5
7 changed files with 57 additions and 12 deletions

View File

@@ -137,7 +137,7 @@ public class Rules{
}
/** A simple map for storing TeamRules in an efficient way without hashing. */
public static class TeamRules implements Serializable{
public static class TeamRules implements JsonSerializable{
final TeamRule[] values = new TeamRule[Team.all.length];
public TeamRule get(Team team){