Ejemplo n.º 1
0
 public PlayerTransformation(TransformationDefinition definition, float currentMastery = 0f)
 {
     Definition      = definition;
     _currentMastery = currentMastery;
 }
Ejemplo n.º 2
0
 protected TransformationBuff(TransformationDefinition definition) : base(definition.DisplayName, "")
 {
     Definition = definition;
 }