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

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