void Gameover() { game_over = true; patrol_factory.StopPatrol(); action_manager.DestroyAllAction(); }
void Gameover() { game_over = true; _PatorlFactory.StopPatrol(); _PatrolActionManager.DestroyAllAction(); }