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

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