Added map region class

This commit is contained in:
Anuken
2020-03-03 12:08:31 -05:00
parent 182a8837be
commit 3858cdd4c5
4 changed files with 22 additions and 3 deletions

View File

@@ -59,8 +59,8 @@ public class Rules{
public float launchWaveMultiplier = 2f;
/** Sector for saves that have them.*/
public @Nullable Sector sector;
/** Satellite that save is on. Indicates campaign. */
public @Nullable Satellite satellite;
/** Region that save is on. Indicates campaign. */
public @Nullable MapRegion region;
/** Spawn layout. */
public Array<SpawnGroup> spawns = new Array<>();
/** Determines if there should be limited respawns. */