상속: GameParameters.CustomParameterNode
예제 #1
0
 public override void OnLoad(ConfigNode node)
 {
     Safe.Utilities.SafeHouse.Logger.SuperVerbose("kOSConnectivityParameters.OnLoad()");
     base.OnLoad(node);
     instance = null;
     if (HighLogic.CurrentGame != null || HighLogic.LoadedSceneIsGame)
     {
         instance = this;
     }
 }
예제 #2
0
 public override void OnLoad(ConfigNode node)
 {
     Safe.Utilities.SafeHouse.Logger.SuperVerbose("kOSConnectivityParameters.OnLoad()");
     base.OnLoad(node);
     instance = null;
     if (HighLogic.CurrentGame != null || HighLogic.LoadedSceneIsGame)
     {
         instance = this;
     }
 }