More campaign tweaks

This commit is contained in:
Anuken
2020-11-14 15:02:47 -05:00
parent c96f4609d0
commit bd4badc274
7 changed files with 66 additions and 26 deletions

View File

@@ -59,6 +59,8 @@ public class SectorInfo{
public float secondsPassed;
/** Display name. */
public @Nullable String name;
/** Displayed icon. */
public @Nullable String icon;
/** Version of generated waves. When it doesn't match, new waves are generated. */
public int waveVersion = -1;