Exemplo n.º 1
0
 public void TestSmashGgEntrantList()
 {
     Smashgg api = new Smashgg(new SmashGgSettings {
         TournamentName = "gre-3"
     });
     var a = api.GetAllEntrants();
 }
Exemplo n.º 2
0
 public void TestSmashGgTop8()
 {
     Smashgg api = new Smashgg(new SmashGgSettings {
         TournamentName = "gre-3"
     });
     var a = api.GetAvailablesTop8();
 }
Exemplo n.º 3
0
 public void TestSmashGgPendingSet()
 {
     Smashgg api = new Smashgg(new SmashGgSettings {
         TournamentName = "gre-3"
     });
     var a = api.GetAllPendingSets();
 }