PowerAction parsing work.

This commit is contained in:
2024-08-20 15:41:26 -04:00
parent f2eaf61bd0
commit f2ae969e84
3 changed files with 17 additions and 14 deletions
@@ -12,4 +12,6 @@ public class EffectDescription {
public String effect_id;
public int level;
public String message;
public int cycleDuration;
public int cycleDelay;
}