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

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