forked from MagicBane/Server
PowerAction parsing work.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user