Edit on GitHub
GameService Client User Shop Inventory Request
Summary
This packet signals a user starting to browse a particular user shop in a lounge,
and requests said shop's inventory.
The response is GameService Server 0x00E6 User Shop Inventory.
See Also:
Aliases:
hsreina/pangya-server
: PLAYER_ENTER_SHOP
Structure
Name | Type | Summary |
user_id | u4 | The target user's ID. |
Definition
meta:
id: gameservice_client_0077_user_shop_inventory_request
title: GameService Client User Shop Inventory Request
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: user_id
type: u4
Examples
No examples available. Contribute one?