Edit on GitHub

GameService Client User Shop Leave

Summary

This packet notes that a user has stopped browsing a user shop.

The response is GameService Server 0x00E7 User Shop Leave Response.

See Also: GameService Client 0x0077 User Shop Inventory Request, to start browsing.

Structure

gameservice_client_0078_user_shop_leave

Name Type Summary
user_id u4 Seller's user ID.

Definition

meta:
  id: gameservice_client_0078_user_shop_leave
  title: GameService Client User Shop Leave
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: user_id
    type: u4

Examples

No examples available. Contribute one?