aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/config/c_keep_alive.rs
blob: f0310c348314a7d5cdb40ca6c2dce4e74b6da993 (plain)
1
2
3
4
5
6
7
use azalea_buf::AzBuf;
use azalea_protocol_macros::ClientboundConfigPacket;

#[derive(Clone, Debug, AzBuf, ClientboundConfigPacket)]
pub struct ClientboundKeepAlive {
    pub id: u64,
}