mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-24 01:19:22 +01:00
Update animation hooks.
This commit is contained in:
parent
68135f3757
commit
4f0f3721a6
11 changed files with 83 additions and 61 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue