Пример #1
0
        public static void AddShipToShipList()
        {
            string type;

            if (EditorDriver.editorFacility == EditorFacility.SPH)
            {
                type = "SPH";
            }
            else
            {
                type = "VAB";
            }
            AHShipList.SaveShip(EditorLogic.fetch.ship.shipName, type, instance.rawDirectBetterPower.ToString(), instance.rawRelayBetterPower.ToString());
            instance.GetShipList();
        }