aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/serverbound_chat_preview_packet.rs
blob: 60535f69f1bc0d069b838b1dec5a6262a96515f2 (plain)
1
2
3
4
5
6
7
use packet_macros::{GamePacket, McBuf};

#[derive(Clone, Debug, McBuf, GamePacket)]
pub struct ServerboundChatPreviewPacket {
    pub query_id: i32,
    pub query: String,
}