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

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