mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 20:32:34 +00:00
8 lines
198 B
Rust
8 lines
198 B
Rust
use pumpkin_data::packet::clientbound::PLAY_CHUNK_BATCH_START;
|
|
use pumpkin_macros::packet;
|
|
use serde::Serialize;
|
|
|
|
#[derive(Serialize)]
|
|
#[packet(PLAY_CHUNK_BATCH_START)]
|
|
pub struct CChunkBatchStart;
|