/// <summary> /// Returns the list of current events. /// </summary> public List <GooglePlayGames.BasicApi.Event> LoadEvents() { return(mClient.GetEvents()); }