More PowerEntry parsing work.

This commit is contained in:
2024-08-19 07:56:04 -04:00
parent 0dc8eeee90
commit e6a8cdd5e2
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -51,4 +51,5 @@ public class PowerEntry {
public boolean bladeTrails = false;
public EquipmentPreReq equipmentPreReq;
public EnumSet<mbEnums.MonsterType> monsterRestricts;
public boolean shouldCheckPath = false;
}