Esempio n. 1
0
 private bool removeDockingNode()
 {
     if (constructionPort == null)
     {
         return(true);
     }
     if (!constructionPort.RemoveSelf())
     {
         return(false);
     }
     Destroy(constructionPort);
     constructionPort = null;
     dockingNodeSave  = null;
     return(true);
 }