aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/configuration/clientbound_ping_packet.rs
blob: 968dcaed981a3f8e9a57d022b090fc8707b707c0 (plain)
1
2
3
4
5
6
7
use azalea_buf::McBuf;
use azalea_protocol_macros::ClientboundConfigurationPacket;

#[derive(Clone, Debug, McBuf, ClientboundConfigurationPacket)]
pub struct ClientboundPingPacket {
    pub id: u32,
}