More PowerEntry work.

This commit is contained in:
2024-08-19 06:45:37 -04:00
parent 1bcf307f94
commit 5cc979e2f3
2 changed files with 12 additions and 4 deletions
+1
View File
@@ -48,4 +48,5 @@ public class PowerEntry {
public String category;
public boolean canCastWhileMoving = false;
public boolean bladeTrails = false;
public EquipmentPreReq equipmentPreReq;
}