GameService Server Room Leave Response
Summary
This packet acknowledges the user has left a room and returned to the multiplayer lobby.
It is a response to:
- GameService Client 0x000F Room Leave.
 - GameService Client 0x00AA Match Statistics Submit (Tiki Report).
 
Structure
gameservice_server_004c_room_leave_response
| Name | Type | Summary | 
|---|---|---|
room_number |  s2 |  The new room number, which is always -1 (0xFFFF) for the lobby. | 
Definition
meta:
  id: gameservice_server_004c_room_leave_response
  title: GameService Server Room Leave Response
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: room_number
    type: s2