[Error : Detour] System.MissingMethodException: Method not found: void Hazel.Udp.UnityUdpClientConnection..ctor(Il2CppSystem.Net.IPEndPoint,Hazel.IPMode)
at (wrapper dynamic-method) AuthManager.DMD<AuthManager::CreateDtlsConnection>(string,uint16)
at (wrapper dynamic-method) MonoMod.Utils.DynamicMethodDefinition.(il2cpp -> managed) CreateDtlsConnection(intptr,uint16,UnhollowerBaseLib.Runtime.Il2CppMethodInfo*)
reason (at least i think so?)
Hazel.Udp.UnityUdpClientConnection doesnt have (Il2CppSystem.Net.IPEndPoint,Hazel.IPMode) as a constructor anymore
instead it now has (Hazel.ILogger logger,Il2CppSystem.Net.IPEndPoint remoteEndPoint,Hazel.IPMode ipMode)
log
reason (at least i think so?)