mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2024-12-23 01:59:40 +08:00
Update HookCreator.cs
This commit is contained in:
parent
85c88a0fd7
commit
56601ac0bd
@ -281,7 +281,6 @@ namespace UnityExplorer.Hooks
|
||||
Type type = ReflectionUtility.GetTypeByName(hookData.ReflectedType);
|
||||
IEnumerable<MethodInfo> ms = type.GetMethods().Where(
|
||||
mi => mi.FullDescription() == hookData.Description
|
||||
)
|
||||
);
|
||||
|
||||
MethodInfo method = ms.First();
|
||||
|
Loading…
Reference in New Issue
Block a user