|
|
|
@ -8,6 +8,17 @@
@@ -8,6 +8,17 @@
|
|
|
|
|
|
|
|
|
|
package engine.wpak.data; |
|
|
|
|
|
|
|
|
|
import engine.mbEnums; |
|
|
|
|
|
|
|
|
|
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; |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|