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

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