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

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