/// 22.) public void GetRecentGames(Double accountId, RecentGames.Callback callback) { RecentGames cb = new RecentGames(callback); InvokeWithCallback("playerStatsService", "getRecentGames", new object[] { accountId }, cb); }
public RecentGames(RecentGames.Callback callback) { this.callback = callback; }