Join Game Notification
data class JoinGameNotification(var messageNumber: Int, val gameId: Int, val val1: Int, val username: String, val ping: Duration, val userId: Int, val connectionType: ConnectionType) : JoinGame, ServerMessage
Server message indiciating a user successfully joined a game.
This shares a message type ID with JoinGameRequest: 0x0C.