Edit on GitHub

GameService Server Room Resync Unknown

Summary

This packet has an unknown purpose.

It is one of the responses to GameService Client 0x001C Room Resync.

Structure

gameservice_server_0065_room_resync_unknown

Name Type Summary
connection_id s4 Only appears in battle mode. Connection ID of the winner of the hole. -1 (0xFFFFFFFF) if tied.

Definition

meta:
  id: gameservice_server_0065_room_resync_unknown
  title: GameService Server Room Resync Unknown
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: connection_id
    type: s4

Examples

No examples available. Contribute one?