1 2 3 4 5 6 7
use azalea_chat::component::Component; use packet_macros::GamePacket; #[derive(Clone, Debug, GamePacket)] pub struct ClientboundDisconnectPacket { pub reason: Component, }