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

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