Ejemplo n.º 1
0
 public void ApplyInventoryToEditorVessel()
 {
     if (EditorLogic.fetch != null && EditorLogic.fetch.ship != null && EditorLogic.fetch.ship.Parts.Any())
     {
         InventoryManagement.ApplyInventoryToVessel(EditorLogic.fetch.ship.Parts);
     }
 }