forked from MagicBane/Server
Enum work
This commit is contained in:
@@ -8,8 +8,10 @@
|
||||
|
||||
package engine.wpak;
|
||||
|
||||
import engine.mbEnums;
|
||||
|
||||
public class PowerData {
|
||||
public String power_type;
|
||||
public mbEnums.PowerType power_type;
|
||||
public int icon;
|
||||
public String powerBase;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user