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

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