Ejemplo n.º 1
0
 public void DismantleQueryRemove()
 {
     if (dismantleQueryBox != null)
     {
         dismantleQueryBox.OnButton1Click();
         dismantleQueryBox = null;
     }
     waitingForPlayerInput = false;
 }