From a3fcac1acb0de81de08436560a8679b66c4b3f21 Mon Sep 17 00:00:00 2001 From: Sinai Date: Thu, 15 Apr 2021 20:21:14 +1000 Subject: [PATCH] Update Il2CppProvider.cs --- src/Core/Runtime/Il2Cpp/Il2CppProvider.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); }