Exemple #1
0
 public void LevelDown()
 {
     _attributeLevel -= 1;
     LevelAttributeEffects.Remove(_attributeLevel);
     IsDirty = true;
 }