private void OnHpChanged(int curr, int total, int delta) { var percent = (float)curr / total; _healthBar.SetFill(percent); }