Exemplo n.º 1
0
 void Gameover()
 {
     game_over = true;
     spider_factory.StopSpider();
     action_manager.DestroyAllAction();
 }