Class renamed

This commit is contained in:
2024-08-19 11:24:37 -04:00
parent ff6d236ea7
commit ebcc721d43
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ public class PowerEntry {
// Additional key/value type power entries
public ArrayList<PowerAction> actions = new ArrayList<>();
public ArrayList<ActionEntry> actionEntries = new ArrayList<>();
public int maxLevel;
public int hateValue;
public mbEnums.CompoundCurveType hateCurve = mbEnums.CompoundCurveType.DefaultFlat;