Exemple #1
0
 public OnlineDeathmatch(Competitor player1, Competitor player2, Guid id,
                         IEnumerable <IGamingScorePolicy> scorers, IEnumerable <IGamingRewardPolicy> rewarders)
 {
     this.player1   = player1;
     this.player2   = player2;
     this.Id        = id;
     this.scorers   = scorers;
     this.rewarders = rewarders;
 }
Exemple #2
0
 public OnlineDeathmatch(Competitor player1, Competitor player2, Guid id,
     IEnumerable<IGamingScorePolicy> scorers, IEnumerable<IGamingRewardPolicy> rewarders)
 {
     this.player1 = player1;
     this.player2 = player2;
     this.Id = id;
     this.scorers = scorers;
     this.rewarders = rewarders;
 }