Skip to content

Commit

Permalink
Update GameLogic.java
Browse files Browse the repository at this point in the history
fix it
  • Loading branch information
Guerrero96 committed Apr 30, 2024
1 parent 19be925 commit f5846e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/uta/cse3310/GameLogic.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
public class GameLogic {
private List<PlayerType> players;
private Broadcast broadcaster;
private List<String> validWords;
List<String> validWords;
private List<String> allWords;
private Leaderboard leaderboard;

Expand Down

0 comments on commit f5846e9

Please sign in to comment.