Ejemplo n.º 1
0
 public EndGameEventArgs(int totalScore, string playerName, int endGameLevel, EndGameReasons endReason)
 {
     this.totalScore = totalScore;
     this.playerName = playerName;
     this.endGameLevel = endGameLevel;
     this.endReason = endReason;
 }
Ejemplo n.º 2
0
 public EndGameEventArgs(int totalScore, string playerName, int endGameLevel, EndGameReasons endReason)
 {
     this.totalScore   = totalScore;
     this.playerName   = playerName;
     this.endGameLevel = endGameLevel;
     this.endReason    = endReason;
 }