pub fn run_vs_human<B>( bot: &mut B, human_settings: PlayerSettings<'_>, map_name: &str, options: LaunchOptions<'_>, ) -> SC2Result<()>where B: Player + DerefMut<Target = Bot> + Deref<Target = Bot>,
Simple function to run game vs human.