Exemplo n.º 1
0
 public TeamScoreChangedArgs(int points, Team team, RoomUser user)
 {
     this.Points = points;
     this.Team   = team;
     this.user   = user;
 }