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

#[derive(Clone, Debug, McBuf, ClientboundGamePacket)]
pub struct ClientboundKeepAlivePacket {
    pub id: u64,
}