1
0
mirror of https://github.com/soarqin/DSP_Mods_TO.git synced 2026-02-04 14:12:18 +08:00
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

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)