Exemplo n.º 1
0
 void GameOver(bool gameWon)
 {
     _player.gameObject.SetActive(false);
     _fieldManager.CleanField();
     isGameOver = true;
     _UIManager.GameOver(gameWon);
 }