forked from MagicBane/Server
Enum work
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
package engine.wpak;
|
||||
|
||||
import engine.mbEnums;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class PowerEntry {
|
||||
@@ -19,7 +21,7 @@ public class PowerEntry {
|
||||
public String areaType;
|
||||
public int areaRange;
|
||||
public String excludeType;
|
||||
public String costType;
|
||||
public mbEnums.CostType costType;
|
||||
public float cost;
|
||||
public float difficulty;
|
||||
public float precision;
|
||||
|
||||
Reference in New Issue
Block a user