private void GameOver() { isGameOver = true; patrolFactory.stopPatrol(); actionManager.DestroyAll(); }
void GameOver() { gameOver = true; actionManager.DestroyAll(); }