public void Update() { if (_stamina != null) { _stamina.Update(); _barImage.fillAmount = _stamina.GetStaminaNormalized(); } }