More PowerEntry work.

This commit is contained in:
2024-08-19 06:15:50 -04:00
parent 9428436883
commit d17db3a1fd
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ public class PowerEntry {
public ArrayList<PowerAction> actions = new ArrayList<>();
public int maxLevel;
public int hateValue;
public mbEnums.CompoundCurveType hateCurve;
public mbEnums.CompoundCurveType hateCurve = mbEnums.CompoundCurveType.DefaultFlat;
public int loopAnimID;
public String grantOverrideVar;
public ArrayList<String> description = new ArrayList<>();