Support for multiple power enrties.

This commit is contained in:
2024-08-17 15:13:32 -04:00
parent c90961b691
commit 218de2bb70
3 changed files with 40 additions and 28 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
package engine.wpak;
public class PowerData {
public String power;
public String power_type;
public int icon;
public String powerBase;
}