public TeamScoreChangedArgs(int points, Team team, RoomUser user) { this.Points = points; this.Team = team; this.user = user; }