mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-11 10:57:28 +08:00
[F] Maybe fixed some PractiseMode problems
This commit is contained in:
@@ -152,6 +152,16 @@ public class PractiseMode
|
|||||||
ui = null;
|
ui = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[HarmonyPatch(typeof(GameProcess), "OnRelease")]
|
||||||
|
[HarmonyPostfix]
|
||||||
|
public static void GameProcessPostRelease()
|
||||||
|
{
|
||||||
|
repeatStart = -1;
|
||||||
|
repeatEnd = -1;
|
||||||
|
speed = 1;
|
||||||
|
ui = null;
|
||||||
|
}
|
||||||
|
|
||||||
[HarmonyPatch(typeof(GameCtrl), "Initialize")]
|
[HarmonyPatch(typeof(GameCtrl), "Initialize")]
|
||||||
[HarmonyPostfix]
|
[HarmonyPostfix]
|
||||||
public static void GameCtrlPostInitialize(GameCtrl __instance)
|
public static void GameCtrlPostInitialize(GameCtrl __instance)
|
||||||
|
|||||||
Reference in New Issue
Block a user