use azalea_buf::AzBuf; use azalea_protocol_macros::ServerboundConfigPacket; #[derive(AzBuf, Clone, Debug, PartialEq, ServerboundConfigPacket)] pub struct ServerboundPong { pub id: u32, }