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

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