We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4fc37 commit 23758c2Copy full SHA for 23758c2
1 file changed
FFXIVClientStructs/FFXIV/Client/UI/Agent/AgentLobby.cs
@@ -123,7 +123,7 @@ public unsafe partial struct LobbyData {
123
}
124
125
[GenerateInterop]
126
-[StructLayout(LayoutKind.Explicit, Size = 0x6F8)]
+[StructLayout(LayoutKind.Explicit, Size = 0x718)]
127
public unsafe partial struct CharaSelectCharacterEntry {
128
[FieldOffset(0x8)] public ulong ContentId;
129
[FieldOffset(0x10)] public byte Index;
0 commit comments