Player Drop Notification
data class PlayerDropNotification(var messageNumber: Int, val username: String, val playerNumber: Byte) : PlayerDrop, ServerMessage
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
The port number, not the player ID.