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