Example #1
0
 public KeepQuietMod(ModContentPack content) : base(content)
 {
     settings = GetSettings <KeepQuietSettings>();
 }
Example #2
0
 public override void DoSettingsWindowContents(Rect inRect)
 {
     KeepQuietSettings.DoWindowContents(inRect);
 }