public ShitRimWorldSays(ModContentPack content) : base(content)
        {
            // keep ref to instance
            Instance = this;

            // init settings
            GetSettings <Settings>();

            // fetch (new) quotes
            TipDatabase.FetchNewQuotes();

            // apply harmony patches
            Harmony harmony = new Harmony("Fluffy.ShitRimWorldSays");

            harmony.PatchAll();
        }
 public override void WriteSettings()
 {
     base.WriteSettings();
     TipDatabase.Notify_TipsUpdated();
 }