More PowerEntry parsing work

This commit is contained in:
2024-08-14 17:11:38 -04:00
parent 7662069100
commit 4c7421cd62
2 changed files with 10 additions and 1 deletions
+5
View File
@@ -18,4 +18,9 @@ public class PowerEntry {
public String target_type;
public int range;
public String radiusType;
public int radius;
public String groupReq;
public String costType;
public int cost;
}