Beispiel #1
0
 public JSONAPI(string apiKey, System.Version Version)
 {
     this.apiKey  = apiKey;
     this.Version = Version;
     this.Game    = new GameHandle(this);
     this.Me      = new MeHandle(this);
     this.Bot     = new BotHandle(this);
     this.Chat    = new ChatHandle(this);
 }
Beispiel #2
0
 public JSONAPI(string apiKey, System.Version Version)
 {
     this.apiKey = apiKey;
     this.Version = Version;
     this.Game = new GameHandle(this);
     this.Me = new MeHandle(this);
     this.Bot = new BotHandle(this);
     this.Chat = new ChatHandle(this);
 }