Exemplo n.º 1
0
 public ScaleAttributeModifier(ScalableAttributeType sourceType, ScalableAttributeType attributeType, float scaleFactor, bool isConvert = false)
 {
     SourceType    = sourceType;
     AttributeType = attributeType;
     ScaleFactor   = scaleFactor;
     IsConvert     = isConvert;
 }
Exemplo n.º 2
0
 public SimpleAttributeModifier(ScalableAttributeType attributeType, SimpleModifierType type, float amount)
 {
     AttributeType = attributeType;
     Type          = type;
     Amount        = amount;
 }