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

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