use fmt;
pub use Init;
/// A unique* identifier for a game. The [Server](crate::Server) and all [Client](crate::Client)s will
/// share the same [Id].
/// *The id is persisted through [Save](crate::server::Save)s, so it is possible to 'fork' a
/// game and have two servers with the same game id.
;