changed generic back to String
This commit is contained in:
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;
|
||||
|
||||
|
Reference in New Issue
Block a user