Example #1
0
 void Start()
 {
     RegisterEvents(IANTGame.ResponseManager);
     playerInfoDictionary = new Dictionary <long, HarvestPlayerInfo>();
     facebookAction.GetFriendList(GetFriendListCallBack);
 }