Enum work

This commit is contained in:
2024-08-17 15:58:48 -04:00
parent 387f75766f
commit d06ce44bd5
4 changed files with 26 additions and 8 deletions
+3 -1
View File
@@ -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;
}