internal static void Initialize(IMod ModInstance)
        {
            Helper  = ModInstance.Helper;
            Monitor = ModInstance.Monitor;

            TileActionHandler.RegisterTileAction("RSVOffering", DoOffering);

            Helper.Events.GameLoop.DayStarted += OnDayStarted;
        }