コード例 #1
0
 public QGCAllAchievementsResponse(List <QGCAchievement> PlayerAchievements, QGCErrorInfo ErrorInfo)
 {
     this.objectContainer = PlayerAchievements;
     this.ErrorInfo       = ErrorInfo;
 }
コード例 #2
0
 public QGCAllScoresResponse(List <QGCPlayerScore> PlayerScores, QGCErrorInfo ErrorInfo)
 {
     this.objectContainer = PlayerScores;
     this.ErrorInfo       = ErrorInfo;
 }