Closes Anuken/Mindustry-Suggestions/issues/5884

This commit is contained in:
Anuken
2025-10-05 09:03:01 +09:00
parent 1985d67f7a
commit 76c3ceb41d
4 changed files with 8 additions and 0 deletions

View File

@@ -59,6 +59,8 @@ public class SectorInfo{
public boolean attack = false;
/** Whether this sector has any enemy spawns. */
public boolean hasSpawns = true;
/** How many times the player has tried to land at this sector with a fresh core. */
public int attempts;
/** Wave # from state */
public int wave = 1, winWave = -1;
/** Waves this sector can survive if under attack. Based on wave in info. <0 means uncalculated. */