use azalea_buf::McBuf; use azalea_protocol_macros::ServerboundGamePacket; #[derive(Clone, Debug, McBuf, ServerboundGamePacket)] pub struct ServerboundSetBeaconPacket { #[var] pub primary: Option, #[var] pub secondary: Option, }