Ejemplo n.º 1
0
 public virtual void TakeDamage(float damageValue)
 {
     statTable.AttributeChange(statTable.AttributeValue(12) - damageValue, 12);
 }