IHookProvider => IGameInteropProvider

This commit is contained in:
goat 2023-09-21 22:07:09 +02:00
parent 8a7526cca4
commit 173e9a3144
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
3 changed files with 11 additions and 11 deletions

View file

@ -161,7 +161,7 @@ internal static class SignatureHelper
continue;
}
var hook = creator.Invoke(null, new object?[] { ptr, detour, IHookProvider.HookBackend.Automatic }) as IDalamudHook;
var hook = creator.Invoke(null, new object?[] { ptr, detour, IGameInteropProvider.HookBackend.Automatic }) as IDalamudHook;
info.SetValue(self, hook);
createdHooks.Add(hook);