示例#1
0
 private void GameOver()
 {
     isGameOver = true;
     patrolFactory.stopPatrol();
     actionManager.DestroyAll();
 }
示例#2
0
 void GameOver()
 {
     gameOver = true;
     actionManager.DestroyAll();
 }