Edit on GitHub
This packet announces a user changing teams to all other users in the team-based room.
It is the response to GameService Client 0x0010 User Team Change.
Name | Type | Summary |
---|---|---|
connection_id | u4 | Connection ID of the relevant user. |
team_value | u1 |
Key | Value |
---|---|
team_value::team_red | 0 |
team_value::team_blue | 1 |
meta:
id: gameservice_server_007d_user_team_change_announce
title: GameService Server User Team Change Announce
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: connection_id
type: u4
- id: team_value
type: u1
enum: team_value
enums:
team_value:
0: team_red
1: team_blue