More PowerEntry parsing work.

This commit is contained in:
2024-08-19 08:06:09 -04:00
parent 5860a263d9
commit 4f25e7e24f
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -54,4 +54,7 @@ public class PowerEntry {
public EnumSet<mbEnums.MonsterType> monsterPrereqs = EnumSet.noneOf(mbEnums.MonsterType.class);
public boolean shouldCheckPath = false;
public boolean sticky = false;
public int pulseCycle;
public int pulseDuration;
}