More Enum work

This commit is contained in:
2024-08-17 16:07:47 -04:00
parent 63116551bc
commit e4e8086e41
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ public class PowerEntry {
public String power_id;
public String power;
public ArrayList<PowerData> powers = new ArrayList<>();
public String target_type;
public mbEnums.PowerTargetType target_type;
public int range;
public String areaType;
public int areaRange;