mirror of
https://github.com/soarqin/DSP_Mods_TO.git
synced 2026-02-04 14:12:18 +08:00
WIP
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user