Join Game Request
data class JoinGameRequest(var messageNumber: Int, val gameId: Int, val connectionType: ConnectionType) : JoinGame, ClientMessage
Client message from a user requesting to join a game.
This shares a message type ID with JoinGameNotification: 0x0C.