pub async fn prepare_remote_play(
character_name: Option<&str>,
server: SocketAddr,
) -> Result<ConnectOptions>Expand description
Resolve auth + an existing character for remote play.
Never creates characters. Use flatland3 character create <Name> first.