Ejemplo n.º 1
0
 public QGCAchievementResponse(QGCAchievement PlayerAchievement, QGCErrorInfo ErrorInfo)
 {
     this.objectContainer = PlayerAchievement;
     this.ErrorInfo       = ErrorInfo;
 }
 public QGCPlayerScoreResponse(QGCPlayerScore PlayerScore, QGCErrorInfo ErrorInfo)
 {
     this.objectContainer = PlayerScore;
     this.ErrorInfo       = ErrorInfo;
 }
 public QGCPlayerResponse(QGCPlayer Player, QGCErrorInfo ErrorInfo)
 {
     this.objectContainer = Player;
     this.ErrorInfo       = ErrorInfo;
 }
 public QGCAchievementProgressResponse(QGCAchievementProgress PlayerProgress, QGCErrorInfo ErrorInfo)
 {
     this.objectContainer = PlayerProgress;
     this.ErrorInfo       = ErrorInfo;
 }