mirror of https://github.com/hykilpikonna/AquaDX
[F] SinglePlayer compatibility with 1.09.00
parent
36da872932
commit
de3d376063
|
@ -1,5 +1,6 @@
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
using AquaMai.Attributes;
|
||||||
using HarmonyLib;
|
using HarmonyLib;
|
||||||
using MAI2.Util;
|
using MAI2.Util;
|
||||||
using Manager;
|
using Manager;
|
||||||
|
@ -42,6 +43,9 @@ namespace AquaMai.UX
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[GameVersion(21500)]
|
||||||
|
public class SkipTimer
|
||||||
|
{
|
||||||
[HarmonyPostfix]
|
[HarmonyPostfix]
|
||||||
[HarmonyPatch(typeof(EntryMonitor), "DecideEntry")]
|
[HarmonyPatch(typeof(EntryMonitor), "DecideEntry")]
|
||||||
public static void PostDecideEntry(EntryMonitor __instance)
|
public static void PostDecideEntry(EntryMonitor __instance)
|
||||||
|
@ -65,3 +69,4 @@ namespace AquaMai.UX
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue