aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/c_chunk_batch_start.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/packets/game/c_chunk_batch_start.rs')
-rw-r--r--azalea-protocol/src/packets/game/c_chunk_batch_start.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/azalea-protocol/src/packets/game/c_chunk_batch_start.rs b/azalea-protocol/src/packets/game/c_chunk_batch_start.rs
new file mode 100644
index 00000000..8b0555dc
--- /dev/null
+++ b/azalea-protocol/src/packets/game/c_chunk_batch_start.rs
@@ -0,0 +1,5 @@
+use azalea_buf::AzBuf;
+use azalea_protocol_macros::ClientboundGamePacket;
+
+#[derive(Clone, Debug, AzBuf, ClientboundGamePacket)]
+pub struct ClientboundChunkBatchStart {}