コード例 #1
0
 /// <summary>
 /// Returns the list of current events.
 /// </summary>
 public List <GooglePlayGames.BasicApi.Event> LoadEvents()
 {
     return(mClient.GetEvents());
 }