use azalea_buf::AzBuf; use azalea_protocol_macros::ClientboundConfigPacket; #[derive(Clone, Debug, AzBuf, ClientboundConfigPacket)] pub struct ClientboundKeepAlive { pub id: u64, }