コード例 #1
0
 public override void DoSettingsWindowContents(Rect inRect)
 {
     OpenTheWindowsSettings.DoWindowContents(inRect);
 }
コード例 #2
0
 public OpenTheWindowsMod(ModContentPack content) : base(content)
 {
     settings = GetSettings <OpenTheWindowsSettings>();
 }