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