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

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

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