aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/serverbound_pong_packet.rs
blob: a2a4b32d3845f443aae26e82b93dabb7cc2306a5 (plain)
1
2
3
4
5
6
7
use azalea_buf::McBuf;
use packet_macros::ServerboundGamePacket;

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