Example #1
0
 public API()
 {
     contacts = new Contacts () { api = this };
     analytics = new Analytics (){ api = this };
     alliance = new Alliance (){ api = this };
     clan = new Clan (){ api = this };
     inbox = new Inbox (){ api = this };
     squad = new Squad () { api = this };
     location = new Location () { api = this };
 }