aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/configuration/serverbound_pong_packet.rs
blob: 153e3feaf287041716d88c04b89f5bf40cd739c7 (plain)
1
2
3
4
5
6
7
use azalea_buf::McBuf;
use azalea_protocol_macros::ServerboundConfigurationPacket;

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