diff options
-rw-r--r-- | src/main/java/com/MylesAndMore/tumble/Game.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/com/MylesAndMore/tumble/Game.java b/src/main/java/com/MylesAndMore/tumble/Game.java index b08dfd3..16916ff 100644 --- a/src/main/java/com/MylesAndMore/tumble/Game.java +++ b/src/main/java/com/MylesAndMore/tumble/Game.java @@ -253,7 +253,6 @@ public class Game { } } - // Methods to get the game type and game state for other classes outside the Game private String getGameType() { return gameType; } |