aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/common/mod.rs
blob: da535b487f43df47248c7cb70e0724b86c6fa2c6 (plain)
1
2
3
4
//! Some serializable data types that are used by several packets.

pub mod client_information;
pub mod server_links;