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

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