diff --git a/Si_AdminMod/HelperMethods.cs b/Si_AdminMod/HelperMethods.cs index c3d268c..9a47566 100644 --- a/Si_AdminMod/HelperMethods.cs +++ b/Si_AdminMod/HelperMethods.cs @@ -20,12 +20,14 @@ You should have received a copy of the GNU General Public License using MelonLoader; using System; using UnityEngine; -using DebugTools; + #if NET6_0 using Il2Cpp; using Il2CppSteamworks; +using Il2CppDebugTools; #else +using DebugTools; using System.Collections.Generic; using Steamworks; using System.Reflection;