From 10da1eca2297c1b780a2b1d01b8cd95250531957 Mon Sep 17 00:00:00 2001 From: twobit97 Date: Sun, 29 Mar 2026 20:26:01 -0500 Subject: [PATCH] Refactor method access to use AccessTools for Harmony --- ConfigurableToolGroups/Patches/TutorialPatches.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ConfigurableToolGroups/Patches/TutorialPatches.cs b/ConfigurableToolGroups/Patches/TutorialPatches.cs index 7f7b3e49..9b4aebab 100644 --- a/ConfigurableToolGroups/Patches/TutorialPatches.cs +++ b/ConfigurableToolGroups/Patches/TutorialPatches.cs @@ -1,4 +1,6 @@ -using System.Reflection.Emit; +using System.Reflection; +using System.Reflection.Emit; +using HarmonyLib; namespace ConfigurableToolGroups.Patches; @@ -30,8 +32,7 @@ public static IEnumerable RedirectGTB(IEnumerable TranspileGetToolButton(IEnumerable