private void UpdateHud(Stats stats) { hudView.SetLevel(stats.Level + 1); hudView.SetHealth(stats.Health); hudView.SetLives(stats.Lives); hudView.SetScore(stats.Score); hudView.SetMaxScore(stats.MaxScore); }