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

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