PowerAction pojo created
This commit is contained in:
@@ -8,6 +8,17 @@
|
|||||||
|
|
||||||
package engine.wpak.data;
|
package engine.wpak.data;
|
||||||
|
|
||||||
|
import engine.mbEnums;
|
||||||
|
|
||||||
public class PowerAction {
|
public class PowerAction {
|
||||||
|
|
||||||
|
public String effect_id;
|
||||||
|
public int minTrains;
|
||||||
|
public int maxTrains;
|
||||||
|
public int duration;
|
||||||
|
public String StackingCategory;
|
||||||
|
public mbEnums.CompoundCurveType curve;
|
||||||
|
public boolean unknown;
|
||||||
|
public String categoryToPower;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user