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

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