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

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