azalea_protocol/packets/configuration/
clientbound_disconnect_packet.rsuse azalea_buf::McBuf;
use azalea_chat::FormattedText;
use azalea_protocol_macros::ClientboundConfigurationPacket;
#[derive(Clone, Debug, McBuf, ClientboundConfigurationPacket)]
pub struct ClientboundDisconnectPacket {
pub reason: FormattedText,
}