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