forked from MagicBane/Server
More enum work.
This commit is contained in:
@@ -18,7 +18,7 @@ public class PowerEntry {
|
||||
public ArrayList<PowerData> powers = new ArrayList<>();
|
||||
public mbEnums.PowerTargetType target_type;
|
||||
public int range;
|
||||
public String areaType;
|
||||
public mbEnums.AreaType areaType;
|
||||
public int areaRange;
|
||||
public String excludeType;
|
||||
public mbEnums.CostType costType;
|
||||
|
||||
Reference in New Issue
Block a user