Ejemplo n.º 1
0
 /**
  * Set the given armor modifier
  */
 public void SetArmorModifier(float armorModifier)
 {
     _healthSystem.AddArmor(armorModifier);
 }