上传文件至 Common
This commit is contained in:
14
Common/ForceQuickRetry.cs
Normal file
14
Common/ForceQuickRetry.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using HarmonyLib;
|
||||
using Monitor;
|
||||
|
||||
namespace SinmaiAssist.Common;
|
||||
|
||||
public class ForceQuickRetry
|
||||
{
|
||||
[HarmonyPostfix]
|
||||
[HarmonyPatch(typeof(QuickRetry), "IsQuickRetryEnable")]
|
||||
public static void IsQuickRetryEnable(ref bool __result)
|
||||
{
|
||||
__result = true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user