private void UpdateBar() //Update the visual fill effect of the armor bar { ArmorBar.localScale = new Vector3(HealthModel.GetTotalArmorPercentage(), 1f, 1f); }
void UpdateBar() { ArmorBar.localScale = new Vector3(HealthModel.GetTotalArmorPercentage(), 1f, 1f); }