More poweraction parsing work.

This commit is contained in:
2024-08-20 16:49:51 -04:00
parent b5cc45aafd
commit 7723ac8830
2 changed files with 8 additions and 0 deletions
@@ -10,6 +10,7 @@ package engine.wpak.data;
public class EffectDescription {
public String effect_id;
public String type;
public int level;
public String message;
public int cycleDuration;