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

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