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