mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-21 07:17:45 +01:00
[apiX] first pass update for new clientstructs (#1818)
* first pass update for new clientstructs * track latest clientstructs & fix compilation errors * fix GameInventory hook bug rename Appartment
This commit is contained in:
parent
666eab98bd
commit
d823db7930
36 changed files with 126 additions and 93 deletions
|
|
@ -47,7 +47,7 @@ internal unsafe class PluginEventController : IDisposable
|
|||
|
||||
var eventHandle = new AddonEventHandle
|
||||
{
|
||||
AddonName = MemoryHelper.ReadStringNullTerminated((nint)addon->Name),
|
||||
AddonName = addon->NameString,
|
||||
ParamKey = eventId,
|
||||
EventType = atkEventType,
|
||||
EventGuid = eventGuid,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue