mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
Merge branch 'net5'
This commit is contained in:
commit
a1f40e4869
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ namespace Dalamud.Game.Internal
|
||||||
|
|
||||||
var contextMenu = Service<ContextMenu>.Get();
|
var contextMenu = Service<ContextMenu>.Get();
|
||||||
contextMenu.ContextMenuOpened += this.ContextMenuOnContextMenuOpened;
|
contextMenu.ContextMenuOpened += this.ContextMenuOnContextMenuOpened;
|
||||||
|
|
||||||
|
this.Enable();
|
||||||
}
|
}
|
||||||
|
|
||||||
private delegate void AgentHudOpenSystemMenuPrototype(void* thisPtr, AtkValue* atkValueArgs, uint menuSize);
|
private delegate void AgentHudOpenSystemMenuPrototype(void* thisPtr, AtkValue* atkValueArgs, uint menuSize);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue