azalea_protocol/packets/game/
clientbound_clear_titles_packet.rsuse azalea_buf::McBuf;
use azalea_protocol_macros::ClientboundGamePacket;
#[derive(Clone, Debug, McBuf, ClientboundGamePacket)]
pub struct ClientboundClearTitlesPacket {
pub reset_times: bool,
}