Update FootballGame.java

This commit is contained in:
brenoepic 2022-12-03 15:45:52 -03:00
parent e0c50db60c
commit a4710ac8c8

View File

@ -15,7 +15,7 @@ import java.util.Map;
public class FootballGame extends Game {
private Room room;
private final Room room;
public FootballGame(Room room) {
super(null, null, room, true);