Beispiel #1
0
 public void DetachAllPhysical()
 {
     if (boosters)
     {
         boosters.DisconnectShip();
     }
     if (thrusters)
     {
         thrusters.DisconnectShip();
     }
     if (fuelTank)
     {
         fuelTank.DisconnectShip();
     }
     if (assistModule)
     {
         assistModule.DisconnectShip();
     }
     if (quantumDrive)
     {
         quantumDrive.DisconnectShip();
     }
 }