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