forked from MagicBane/Server
Class renamed
This commit is contained in:
@@ -10,7 +10,7 @@ package engine.wpak.data;
|
||||
|
||||
import engine.mbEnums;
|
||||
|
||||
public class PowerAction {
|
||||
public class ActionEntry {
|
||||
|
||||
public String effect_id;
|
||||
public int minTrains;
|
||||
@@ -38,7 +38,7 @@ public class PowerEntry {
|
||||
|
||||
// Additional key/value type power entries
|
||||
|
||||
public ArrayList<PowerAction> actions = new ArrayList<>();
|
||||
public ArrayList<ActionEntry> actionEntries = new ArrayList<>();
|
||||
public int maxLevel;
|
||||
public int hateValue;
|
||||
public mbEnums.CompoundCurveType hateCurve = mbEnums.CompoundCurveType.DefaultFlat;
|
||||
|
||||
Reference in New Issue
Block a user