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

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