forked from MagicBane/Server
More poweraction parsing work.
This commit is contained in:
@@ -12,10 +12,10 @@ import engine.mbEnums;
|
||||
|
||||
public class StatTransfer {
|
||||
public mbEnums.CostType fromStat;
|
||||
public int fromStatValue;
|
||||
public float fromStatValue;
|
||||
public mbEnums.CompoundCurveType fromCurve;
|
||||
public mbEnums.CostType toStat;
|
||||
public int toStatValue;
|
||||
public float toStatValue;
|
||||
public mbEnums.CompoundCurveType toCurve;
|
||||
public boolean fromStatBool;
|
||||
public boolean toStatBool;
|
||||
|
||||
Reference in New Issue
Block a user