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

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