Quit Game Notification
data class QuitGameNotification(var messageNumber: Int, val username: String, val userId: Int) : QuitGame, ServerMessage
Message sent by the server to notify that a user has left the game.
Shares a message type ID with QuitGameRequest: 0x0B.