forked from MagicBane/Server
PowerActionEntry parsing work.
This commit is contained in:
@@ -21,6 +21,7 @@ public class PowerActionEntry {
|
||||
// Additional variables after header go here.
|
||||
|
||||
public ArrayList<Integer> bodyparts = new ArrayList<>();
|
||||
public ArrayList<Integer> femaleBodyParts = new ArrayList<>();
|
||||
public boolean shouldShowWeapons = false;
|
||||
public boolean shouldShowArmor = false;
|
||||
public boolean bladeTrails = false;
|
||||
|
||||
Reference in New Issue
Block a user