changed generic back to String
This commit is contained in:
parent
cbeca1b3c0
commit
b24f7c05c0
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user