//! Some serializable data types that are used by several packets. pub mod client_information; pub mod movements; pub mod recipe; pub mod server_links;