More enum work.

This commit is contained in:
2024-08-17 16:20:21 -04:00
parent 23bf491d4b
commit 08ac0b8d8d
3 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ public class PowerEntry {
public int range;
public mbEnums.AreaType areaType;
public int areaRange;
public String excludeType;
public mbEnums.ExcludeType excludeType;
public mbEnums.CostType costType;
public float cost;
public float difficulty;