forked from MagicBane/Server
PowerAction work started.
This commit is contained in:
@@ -8,5 +8,11 @@
|
||||
|
||||
package engine.wpak.data;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class PowerActionEntry {
|
||||
public String action_id;
|
||||
public String action_type;
|
||||
public ArrayList<effectDescription> effects;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user