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

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