use azalea_buf::AzBuf; use azalea_protocol_macros::ClientboundConfigPacket; #[derive(Clone, Debug, AzBuf, PartialEq, ClientboundConfigPacket)] pub struct ClientboundCodeOfConduct { pub code_of_conduct: String, }