Edit on GitHub
This packet announces the user's ready state in a game room after clicking the 'Ready' button.
The response is Gameservice Server 0x0078 Room User Ready State Response.
Aliases:
hsreina/pangya-server
: PLAYER_READY
eantoniobr/UGPangya
: PLAYER_PRESS_READY
Name | Type | Summary |
---|---|---|
user_readiness | u1 | Unconfirmed. |
Key | Value |
---|---|
user_readiness::ready | 0 |
user_readiness::not_ready_unconfirmed | 1 |
meta:
id: gameservice_client_000d_room_user_ready_state
title: GameService Client Room User Ready State
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: user_readiness
type: u1
enum: user_readiness
enums:
user_readiness:
0: ready
1: not_ready_unconfirmed