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

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