Browse Source

More PowerEntry work.

feature-config-parsing2
MagicBot 3 months ago
parent
commit
aaf84d13f8
  1. 2
      src/engine/wpak/data/PowerEntry.java

2
src/engine/wpak/data/PowerEntry.java

@ -42,7 +42,7 @@ public class PowerEntry { @@ -42,7 +42,7 @@ public class PowerEntry {
public mbEnums.CompoundCurveType hateCurve;
public int loopAnimID;
public String grantOverrideVar;
public ArrayList<String> description;
public ArrayList<String> description = new ArrayList<>();
public String slopeType;
public mbEnums.CompoundCurveType curve;
public String category;

Loading…
Cancel
Save