blob: be2d1f2eb5629204ab381348d7329188724c867b (
plain)
1
2
3
4
5
|
use azalea_buf::AzBuf;
use azalea_protocol_macros::ServerboundGamePacket;
#[derive(AzBuf, Clone, Debug, PartialEq, ServerboundGamePacket)]
pub struct ServerboundConfigurationAcknowledged;
|