User Joined
data class UserJoined(var messageNumber: Int, val username: String, val userId: Int, val ping: Duration, val connectionType: ConnectionType) : V086Message
Message sent from the server to all clients to give information about a new client that has joined the server.
Message type ID: 0x02.
Constructors
Link copied to clipboard
constructor(messageNumber: Int, username: String, userId: Int, ping: Duration, connectionType: ConnectionType)