Example #1
0
        void Start()
        {
            wndInventory = new GUIInventory();
            wndInventory.show();

            rustyPartModules.addUsageModulesToParts(EditorLogic.fetch.ship.parts);
        }
Example #2
0
 void OnDestroy()
 {
     wndInventory = null;
 }