changed generic back to String

This commit is contained in:
Johannes Schmelz 2024-05-06 22:30:25 +02:00
parent cbeca1b3c0
commit b24f7c05c0
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -6,7 +6,7 @@ public abstract class Game {
protected static int counter = 0;
protected final int id;
protected T player1 = null;
protected String player1 = null;
protected String player2 = null;
protected String winner = null;