Player Information
data class PlayerInformation(var messageNumber: Int, val players: List<PlayerInformation.Player>) : V086Message, ServerMessage
Message sent by the server when a user joins a game, which lists all of the players in that game.
Message type ID: 0x0D.
Properties
Link copied to clipboard
The total number of bytes the message takes up, including the message ID byte.
Link copied to clipboard
The 0-based enumeration indicating the order in which this message was sent/received for each server.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard