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

pub mod client_information;
pub mod movements;
pub mod recipe;
pub mod server_links;
pub mod tags;