blob: 1986a4eba52948c1b4046213d181cb434f1e3fe8 (
plain)
1
2
3
4
5
6
7
|
use azalea_buf::AzBuf;
use azalea_protocol_macros::ServerboundConfigPacket;
#[derive(Clone, Debug, AzBuf, ServerboundConfigPacket)]
pub struct ServerboundKeepAlive {
pub id: u64,
}
|