public QGCAllAchievementsResponse(List <QGCAchievement> PlayerAchievements, QGCErrorInfo ErrorInfo) { this.objectContainer = PlayerAchievements; this.ErrorInfo = ErrorInfo; }
public QGCAllScoresResponse(List <QGCPlayerScore> PlayerScores, QGCErrorInfo ErrorInfo) { this.objectContainer = PlayerScores; this.ErrorInfo = ErrorInfo; }