backend name in hook tracker

This commit is contained in:
goat 2021-10-28 01:27:32 +02:00
parent 6c06645b00
commit 4df62e1607
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5
4 changed files with 28 additions and 0 deletions

View file

@ -112,6 +112,9 @@ namespace Dalamud.Hooking
/// </summary>
public bool IsDisposed { get; private set; }
/// <inheritdoc/>
public string BackendName => "Reloaded/Asm";
/// <summary>
/// Remove a hook from the current process.
/// </summary>