Exemplo n.º 1
0
 public void StartGame()
 {
     timeLeft = 60;
     score    = 0;
     elementController.FillField();
     Play();
 }