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