forked from MagicBane/Server
min/max are floats
This commit is contained in:
@@ -4,8 +4,8 @@ import engine.mbEnums;
|
||||
|
||||
public class EffectModifier {
|
||||
public mbEnums.ModType type;
|
||||
public int min;
|
||||
public int max;
|
||||
public float min;
|
||||
public float max;
|
||||
public float scale;
|
||||
public mbEnums.CompoundCurveType compoundCurveType;
|
||||
public String arg1; // ItemName "Masterwork" ""
|
||||
|
||||
Reference in New Issue
Block a user