コード例 #1
0
ファイル: ControlLocker.cs プロジェクト: waerloga/RP-0
 public void Start()
 {
     //config = KSP.IO.PluginConfiguration.CreateForType<ControlLockerEditor>
     enabled = true;
     //config.load();
     //windowPos = config.GetValue<Rect>
     fetch = this;
 }
コード例 #2
0
ファイル: ControlLocker.cs プロジェクト: Zarbizaure/RP-0
 public void Start()
 {
     //config = KSP.IO.PluginConfiguration.CreateForType<ControlLockerEditor>
     enabled = true;
     //config.load();
     //windowPos = config.GetValue<Rect>
     fetch = this;
 }