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

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