Edit on GitHub
GameService Server Tournament User Finish
Summary
This packet announces that a user has finished the tournament.
This is paired with GameService Server 0x0040 Message Data, type 0x11.
Structure
Name | Type | Summary |
connection_id | u4 | The user's connection ID who finished. |
unknown_a | u1 | Known examples show 2 (0x02) or 3 (0x03). |
Definition
meta:
id: gameservice_server_006c_tournament_user_finish
title: GameService Server Tournament User Finish
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: connection_id
type: u4
- id: unknown_a
type: u1
Examples
No examples available. Contribute one?