use potato_protocol_derive::Packet; #[derive(Packet, Debug)] #[packet(status_id = crate::ids::status::serverbound::STATUS_REQUEST)] pub struct StatusRequestPacket;