azalea_protocol/packets/status/
serverbound_ping_request_packet.rsuse azalea_buf::McBuf;
use azalea_protocol_macros::ServerboundStatusPacket;
#[derive(Clone, Debug, McBuf, ServerboundStatusPacket)]
pub struct ServerboundPingRequestPacket {
pub time: u64,
}