aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/c_chunk_batch_start.rs
blob: 9321447bb27c9a2871adbed8a02059aba5c3c915 (plain)
1
2
3
4
5
use azalea_buf::AzBuf;
use azalea_protocol_macros::ClientboundGamePacket;

#[derive(Clone, Debug, AzBuf, PartialEq, ClientboundGamePacket)]
pub struct ClientboundChunkBatchStart;