refine meet user extension structure

This commit is contained in:
Martin Michelsen
2023-02-21 20:24:38 -08:00
parent 9ff23b2aee
commit 4ed641e6f4
4 changed files with 18 additions and 19 deletions
+6 -3
View File
@@ -868,9 +868,12 @@ struct C_GuildCardSearch_40 {
template <typename CharT>
struct SC_MeetUserExtension {
le_uint32_t menu_id = 0;
le_uint32_t lobby_id = 0;
parray<uint8_t, 0x3C> unknown_a1;
struct LobbyReference {
le_uint32_t menu_id = 0;
le_uint32_t item_id = 0;
} __packed__;
parray<LobbyReference, 8> lobby_refs;
le_uint32_t unknown_a2 = 0;
ptext<CharT, 0x20> player_name;
} __packed__;