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

#[derive(AzBuf, Clone, Debug, PartialEq, ServerboundGamePacket)]
pub struct ServerboundClientTickEnd;