Merge branch 'master' into schematic

This commit is contained in:
J-VdS
2020-08-19 16:14:48 +02:00
420 changed files with 16090 additions and 10744 deletions

View File

@@ -94,6 +94,8 @@ public class Rules{
public Team defaultTeam = Team.sharded;
/** team of the enemy in waves/sectors */
public Team waveTeam = Team.crux;
/** name of the custom mode that this ruleset describes, or null. */
public @Nullable String modeName;
/** special tags for additional info */
public StringMap tags = new StringMap();