Example #1
0
        static void Postfix()
        {
            HomeSystem_SetChooseBookWindow_Patch.hasInit = false;

            if (BookSetting.Instance == null)
            {
                BookSetting.Load();
            }
        }
Example #2
0
        static void Postfix()
        {
            if (!Main.Enabled)
            {
                return;
            }
            BuildingWindow_SetChooseBookWindow_Patch.hasInit = false;

            if (BookSetting.Instance == null)
            {
                BookSetting.Load();
            }
        }