Esempio n. 1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="ChampionGgClient" /> class.
 /// </summary>
 public ChampionGgClient()
 {
     Performance = new PerformanceModule(new Uri("http://api.champion.gg/v2"));
     Champions   = new ChampionModule(new Uri("http://api.champion.gg/v2"));
 }
Esempio n. 2
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="ChampionModule" /> class.
 /// </summary>
 public LoLClient()
 {
     Champions = new ChampionModule();
 }