aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/status/serverbound_status_request_packet.rs
blob: 26885d6bf32dd3e3f499b28b13ea66b456bbe082 (plain)
1
2
3
4
5
use azalea_buf::McBuf;
use packet_macros::ServerboundStatusPacket;

#[derive(Clone, Debug, McBuf, ServerboundStatusPacket)]
pub struct ServerboundStatusRequestPacket {}