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

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