public void UpdateHealthBar() { healthBar.fillAmount = model.HealthRatio(); }
public void HealthRatio() { Assert.AreEqual(1, model.HealthRatio()); }