more fixes to make sure nothing working wrong on game

This commit is contained in:
2025-09-29 23:34:17 +08:00
parent 1d11ba90bd
commit 9d9a12c1af
14 changed files with 39 additions and 205 deletions
+2 -2
View File
@@ -613,7 +613,7 @@ public abstract class MyWindowManager
/*
//_Create -> _Init
[HarmonyPostfix, HarmonyPatch(typeof(UIGame), "_OnCreate")]
[HarmonyPostfix, HarmonyPatch(typeof(UIGame), nameof(UIGame._OnCreate))]
public static void UIGame__OnCreate_Postfix()
{
}
@@ -638,7 +638,7 @@ public abstract class MyWindowManager
}
/*
[HarmonyPostfix, HarmonyPatch(typeof(UIGame), "_OnFree")]
[HarmonyPostfix, HarmonyPatch(typeof(UIGame), nameof(UIGame._OnFree))]
public static void UIGame__OnFree_Postfix()
{
foreach (var win in Windows)