Function veloren_server::persistence::character::create_character
source ยท pub fn create_character(
uuid: &str,
character_alias: &str,
persisted_components: PersistedComponents,
transaction: &mut Transaction<'_>,
) -> Result<(CharacterId, Vec<CharacterItem>), PersistenceError>