From 619d95f5e98cf3323e0b580a36cce012433852ab Mon Sep 17 00:00:00 2001 From: The Vu Date: Sat, 21 Feb 2015 15:43:18 +0100 Subject: deleted turn-class --- src/nl/camilstaps/botleagues/GameController.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/nl/camilstaps/botleagues/GameController.java b/src/nl/camilstaps/botleagues/GameController.java index caf8de3..5542321 100644 --- a/src/nl/camilstaps/botleagues/GameController.java +++ b/src/nl/camilstaps/botleagues/GameController.java @@ -6,8 +6,6 @@ import java.util.ArrayList; import java.util.Collections; import java.util.List; -import nl.camilstaps.botleagues.roundbasedgame.Turn; - /** * The idea is to let this be a generic class that can be used for any game. It * should take care of functions like: @@ -102,7 +100,5 @@ public abstract class GameController { rank(); return contestants.get(contestants.size() - 1); } - - protected abstract Turn getTurn(); } -- cgit v1.2.3