Beispiel #1
0
 public void StartGame()
 {
     scoreManager.ResetScore();
     canvas.ChangeToGameWindow();
     InitializeTimerCount();
     InitializeTimerLeft();
 }