usesuper::interface::client_commands_port;usesuper::Entity;/// The account entity.
////// ID: 1
#[derive(Debug)]pubstructAccount{/// Part of the `AccountVersion.def` interface, just used by the
/// python app to check that game version is coherent.
////// For example `eu_1.19.1_4` as of this writing.
pubrequired_version: String,
/// The name of the account.
pubname: String,
pubinitial_server_settings:Vec<u8>,
}