/// <summary>The method which transpiles <see cref="PurchaseAnimalsMenu.receiveLeftClick"/>.</summary> private static IEnumerable <CodeInstruction> Transpile_ReceiveLeftClick(ILGenerator gen, MethodBase original, IEnumerable <CodeInstruction> insns) { return(PurchaseAnimalsMenuPatcher.Transpile(gen, original, insns)); }
/********* ** Private methods *********/ /// <summary>The method which transpiles <see cref="PurchaseAnimalsMenu.performHoverAction"/>.</summary> private static IEnumerable <CodeInstruction> Transpile_PerformHoverAction(ILGenerator gen, MethodBase original, IEnumerable <CodeInstruction> insns) { return(PurchaseAnimalsMenuPatcher.Transpile(gen, original, insns)); }