PowerAction work started.

This commit is contained in:
2024-08-19 15:20:15 -04:00
parent 85ee1faf4a
commit f3578f82e6
+1 -1
View File
@@ -45,7 +45,7 @@ public class PowerEntry {
public int loopAnimID; public int loopAnimID;
public String grantOverrideVar; public String grantOverrideVar;
public ArrayList<String> description = new ArrayList<>(); public ArrayList<String> description = new ArrayList<>();
public HashMap<String, mbEnums.CompoundCurveType> curves; public HashMap<String, mbEnums.CompoundCurveType> curves = new HashMap<>();
public String category; public String category;
public boolean canCastWhileMoving = false; public boolean canCastWhileMoving = false;
public boolean bladeTrails = false; public boolean bladeTrails = false;