StatTransfer pojo created.

This commit is contained in:
2024-08-20 16:35:16 -04:00
parent ee431510fb
commit 8bf5360f6f
2 changed files with 30 additions and 3 deletions
+1 -1
View File
@@ -20,5 +20,5 @@ public class StatTransfer {
public boolean fromStatBool;
public boolean toStatBool;
public String transfer_action;
public int effect_duration;
public int tranfer_ticks;
}