|
|
|
@ -16,7 +16,7 @@ public class PowerActionEntry {
@@ -16,7 +16,7 @@ public class PowerActionEntry {
|
|
|
|
|
|
|
|
|
|
public String action_id; |
|
|
|
|
public String action_type; |
|
|
|
|
public ArrayList<EffectDescription> effects; |
|
|
|
|
public ArrayList<EffectDescription> effects = new ArrayList<>(); |
|
|
|
|
|
|
|
|
|
// Additional variables after header go here.
|
|
|
|
|
|
|
|
|
|