RemoteTech.RTMainMenu.Start C# (CSharp) Méthode

Start() public méthode

public Start ( ) : void
Résultat void
        public void Start()
        {
            // Set the loaded trigger to false, this we will load a new
            // settings after selecting a save game. This is necessary
            // for switching between saves without shutting down the KSP
            // instance.
            RTSettings.Instance.SettingsLoaded = false;
        }
    }
RTMainMenu