More PowerEntry parsing work.

This commit is contained in:
2024-08-19 08:10:13 -04:00
parent 12f8139d1e
commit a863902370
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -58,6 +58,8 @@ public class PowerEntry {
public int pulseDuration;
public int maxMobTargets;
public int maxPlayerTargets;
public boolean isAdminPower = false;
}