|
|
@ -11,8 +11,8 @@ package engine.wpak.data; |
|
|
|
import java.util.ArrayList; |
|
|
|
import java.util.ArrayList; |
|
|
|
|
|
|
|
|
|
|
|
public class PowerActionEntry { |
|
|
|
public class PowerActionEntry { |
|
|
|
|
|
|
|
|
|
|
|
public String action_id; |
|
|
|
public String action_id; |
|
|
|
public String action_type; |
|
|
|
public String action_type; |
|
|
|
public ArrayList<EffectDescription> effects; |
|
|
|
public ArrayList<EffectDescription> effects; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|