Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using PokeApiNet;
namespace GetPokémonData
{
class Program
{
static async Task<(PokemonSpecies, PokemonSpecies)> GetEvolutionPair(PokeApiClient client, EvolutionChain chain)