azalea_protocol/packets/configuration/
clientbound_keep_alive_packet.rsuse azalea_buf::McBuf;
use azalea_protocol_macros::ClientboundConfigurationPacket;
#[derive(Clone, Debug, McBuf, ClientboundConfigurationPacket)]
pub struct ClientboundKeepAlivePacket {
pub id: u64,
}