mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 13:53:40 +01:00
backend name in hook tracker
This commit is contained in:
parent
6c06645b00
commit
4df62e1607
4 changed files with 28 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue