Exemplo n.º 1
0
 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);
 }