mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-15 19:47:27 +08:00
[RF] Move some settings to TimeSavingConfig
This commit is contained in:
15
AquaMai/TimeSaving/IWontTapOrSlideVigorously.cs
Normal file
15
AquaMai/TimeSaving/IWontTapOrSlideVigorously.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using HarmonyLib;
|
||||
using Monitor;
|
||||
|
||||
namespace AquaMai.TimeSaving;
|
||||
|
||||
public class IWontTapOrSlideVigorously
|
||||
{
|
||||
[HarmonyPrefix]
|
||||
[HarmonyPatch(typeof(PlInformationMonitor), "IsPlayPlInfoEnd")]
|
||||
public static bool Patch(ref bool __result)
|
||||
{
|
||||
__result = true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user