More PowerEntry work.

This commit is contained in:
2024-08-18 16:38:06 -04:00
parent 0ee7269c8f
commit acdf6db91a
2 changed files with 21 additions and 1 deletions
+2 -1
View File
@@ -43,6 +43,7 @@ public class PowerEntry {
public int loopAnimID;
public String grantOverrideVar;
public ArrayList<String> description;
public String slopeType;
public mbEnums.CompoundCurveType curve;
public String category;
}