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

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