aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/config/c_clear_dialog.rs
blob: 7114cc28838c4dfddf4a7314ad240e0a49efa0a8 (plain)
1
2
3
4
5
use azalea_buf::AzBuf;
use azalea_protocol_macros::ClientboundConfigPacket;

#[derive(Clone, Debug, AzBuf, ClientboundConfigPacket)]
pub struct ClientboundClearDialog {}