Skip to content

Commit

Permalink
Let AtkStage inherit from AtkEventTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
Haselnussbomber committed Jan 9, 2025
1 parent d9dd8a6 commit 64a246b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FFXIVClientStructs/FFXIV/Component/GUI/AtkStage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ namespace FFXIVClientStructs.FFXIV.Component.GUI;
// Component::GUI::AtkStage
// Component::GUI::AtkEventTarget
[GenerateInterop]
[Inherits<AtkEventTarget>]
[StructLayout(LayoutKind.Explicit, Size = 0x75E00)]
public unsafe partial struct AtkStage {
[FieldOffset(0x0)] public AtkEventTarget AtkEventTarget;
[FieldOffset(0x10)] public AtkFontManager* AtkFontManager;
[FieldOffset(0x18)] public AtkTextureResourceManager* AtkTextureResourceManager;
[FieldOffset(0x20)] public RaptureAtkUnitManager* RaptureAtkUnitManager;
Expand Down

0 comments on commit 64a246b

Please sign in to comment.