//! Random miscellaneous things like UUIDs that don't deserve their own crate. pub mod difficulty; pub mod game_type; pub mod resource_location; pub mod serializable_uuid;