using MingweiSamuel.Camille;
public static void Main()
client = MingweiSamuel.Camille.RiotApi.NewInstance("RGAPI-31144f19-5550-4d27-a75e-51e668fcc286");
var rohan = client.SummonerV4.GetBySummonerName(MingweiSamuel.Camille.Enums.Region.OCE,"Wingmeme");
var champs = client.ChampionMasteryV4.GetAllChampionMasteries(MingweiSamuel.Camille.Enums.Region.OCE, rohan.Id);
Console.WriteLine(champs);