forked from MagicBane/Server
Support for multiple power enrties.
This commit is contained in:
@@ -12,8 +12,8 @@ import java.util.ArrayList;
|
||||
|
||||
public class PowerEntry {
|
||||
public String power_id;
|
||||
public String power;
|
||||
public ArrayList<PowerData> powers = new ArrayList<>();
|
||||
public String powerbase;
|
||||
public String target_type;
|
||||
public int range;
|
||||
public String areaType;
|
||||
|
||||
Reference in New Issue
Block a user