public SimplePropertyModifier(CharacterPropertyType propertyType, CharacterModifierType modifierType, float value)
 {
     PropertyType = propertyType;
     ModifierType = modifierType;
     Value        = value;
 }
Exemple #2
0
 public PositionBuff(CharacterPropertyType type, string v)
 {
     this.BuffType = type;
     this.Value = v;
 }