TransferStatPowerAction java

This commit is contained in:
2025-01-19 10:22:59 -06:00
parent f410fc5482
commit 45b4ae9e3e
3 changed files with 10 additions and 14 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ public class StatTransfer {
public float efficiency;
public mbEnums.CompoundCurveType efficiencyCurve;
public boolean fromStatBool;
public boolean toStatBool;
public boolean isDrain;
public String transfer_action;
public int transfer_ticks;
}