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

#[derive(AzBuf, ClientboundConfigPacket, Clone, Debug, PartialEq)]
pub struct ClientboundClearDialog;