Exemplo n.º 1
0
 public void CancelDeconstructionPreparation()
 {
     InputStorage.CancelDeconstructionPreparation();
     haltedForDeconstruction = false;
 }
Exemplo n.º 2
0
 public void CancelDeconstructionPreparation()
 {
     Halted = false;
     InputStorage.CancelDeconstructionPreparation();
     preparingForDeconstruction = false;
 }