Update animation hooks.

This commit is contained in:
Ottermandias 2024-07-07 16:16:58 +02:00
parent 68135f3757
commit 4f0f3721a6
11 changed files with 83 additions and 61 deletions

View file

@ -1,3 +1,5 @@
using FFXIVClientStructs.FFXIV.Client.System.Scheduler.Base;
namespace Penumbra.Interop.Structs;
[StructLayout(LayoutKind.Explicit)]
@ -7,5 +9,5 @@ public unsafe struct ClipScheduler
public nint* VTable;
[FieldOffset(0x38)]
public nint SchedulerTimeline;
public SchedulerTimeline* SchedulerTimeline;
}