azalea_protocol/common/
mod.rs

1//! Some serializable data types that are used by several packets.
2
3pub mod client_information;
4pub mod debug_subscription;
5pub mod movements;
6pub mod recipe;
7pub mod server_links;
8pub mod tags;