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

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