RR experimental 2026.6.8 compatibility
parent
bd9ee968f5
commit
42e4c0bd4c
|
@ -4,7 +4,7 @@ using HarmonyLib;
|
||||||
namespace doot.Patches;
|
namespace doot.Patches;
|
||||||
|
|
||||||
[HarmonyPatch(typeof(HornPlayer))]
|
[HarmonyPatch(typeof(HornPlayer))]
|
||||||
[HarmonyPatch(nameof(HornPlayer.Start))]
|
[HarmonyPatch(nameof(HornPlayer.OnEnable))]
|
||||||
public class HornPlayer_Patch
|
public class HornPlayer_Patch
|
||||||
{
|
{
|
||||||
private static void Postfix(ref HornPlayer __instance)
|
private static void Postfix(ref HornPlayer __instance)
|
||||||
|
|
Loading…
Reference in New Issue