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

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