More PowerEntry parsing work.

This commit is contained in:
2024-08-19 08:19:29 -04:00
parent c35e689d1b
commit 394ba5a165
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -61,5 +61,6 @@ public class PowerEntry {
public int maxPlayerTargets;
public boolean isAdminPower = false;
public int casterPulseParticle;
public ArrayList<EffectPreReq> targetEffectPrereqs = new ArrayList<>();
}