diff --git a/src/Core/Runtime/Il2Cpp/Il2CppProvider.cs b/src/Core/Runtime/Il2Cpp/Il2CppProvider.cs index 637bc71..8cc50f4 100644 --- a/src/Core/Runtime/Il2Cpp/Il2CppProvider.cs +++ b/src/Core/Runtime/Il2Cpp/Il2CppProvider.cs @@ -241,12 +241,12 @@ namespace UnityExplorer.Core.Runtime.Il2Cpp public static class Il2CppExtensions { - public static void AddListenerEx(this UnityEvent action, Action listener) + public static void AddListener(this UnityEvent action, Action listener) { action.AddListener(listener); } - public static void AddListenerEx(this UnityEvent action, Action listener) + public static void AddListener(this UnityEvent action, Action listener) { action.AddListener(listener); }