Beispiel #1
0
 private void SetupStatUI()
 {
     statUI.Show();
     statUI.UpdateAccuracy(0);
     statUI.UpdateScore(0);
     statUI.UpdateTime(session.timeAllowed * 1000);
     statUI.Setup();
 }
Beispiel #2
0
 private void OnScoreChange()
 {
     statUI.UpdateScore(score);
 }