Edit on GitHub

GameService Server Event Room Join Response

Summary

This packet acknowledges the user has joined an event room.

It is one of the responses to GameService Client 0x0179 Event Room Join.

Structure

gameservice_server_0253_event_room_join_response

Name Type Summary
unknown_a u4 All examples are 0 (0x00000000).

Definition

meta:
  id: gameservice_server_0253_event_room_join_response
  title: GameService Server Event Room Join Response
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: unknown_a
    type: u4

Examples

No examples available. Contribute one?