blob: 83c25610585593d984ebeba4ca6e1c7527388168 (
plain)
1
2
3
4
5
6
7
|
use azalea_buf::McBuf;
use azalea_protocol_macros::ClientboundConfigurationPacket;
#[derive(Clone, Debug, McBuf, ClientboundConfigurationPacket)]
pub struct ClientboundKeepAlivePacket {
pub id: u64,
}
|