示例#1
0
 void Gameover()
 {
     game_over = true;
     patrol_factory.StopPatrol();
     action_manager.DestroyAllAction();
 }
 void Gameover()
 {
     game_over = true;
     _PatorlFactory.StopPatrol();
     _PatrolActionManager.DestroyAllAction();
 }