This commit is contained in:
2024-03-21 21:30:16 +08:00
parent cd7293f54c
commit 883464a9c3
31 changed files with 873 additions and 592 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ static class PatchUISaveGame
PatchSave.UseCompressSave = true;
}
private static UIContext _context = new UIContext();
private static UIContext _context = new();
[HarmonyPatch(typeof(UISaveGameWindow), "_OnOpen"), HarmonyPostfix]
private static void _OnOpen(UISaveGameWindow __instance)