public Game(Player player1, Player player2, Referee referee) { this.Player1 = player1; this.Player2 = player2; this.Referee = referee; }