Esempio n. 1
0
 public void RestartGame()
 {
     Score = 0;
     CurrentBoard.DeepClear();
     _bricksQueue.Clear();
     Play();
 }