forked from MagicBane/Server
More PowerEntry parsing work.
This commit is contained in:
@@ -11,6 +11,7 @@ package engine.wpak.data;
|
||||
import engine.mbEnums;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.EnumSet;
|
||||
|
||||
public class PowerEntry {
|
||||
public String power_id;
|
||||
@@ -49,4 +50,5 @@ public class PowerEntry {
|
||||
public boolean canCastWhileMoving = false;
|
||||
public boolean bladeTrails = false;
|
||||
public EquipmentPreReq equipmentPreReq;
|
||||
public EnumSet<mbEnums.MonsterType> monsterRestricts;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user