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

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