azalea_protocol/packets/configuration/
serverbound_pong_packet.rsuse azalea_buf::McBuf;
use azalea_protocol_macros::ServerboundConfigurationPacket;
#[derive(Clone, Debug, McBuf, ServerboundConfigurationPacket)]
pub struct ServerboundPongPacket {
pub id: u32,
}