public class TurnTrackerController extends Controller implements ITurnTrackerController
Constructor and Description |
---|
TurnTrackerController(ITurnTrackerView view) |
Modifier and Type | Method and Description |
---|---|
void |
endTurn()
This is called when the local player ends their turn
|
ITurnTrackerView |
getView()
View getter
|
public TurnTrackerController(ITurnTrackerView view)
public ITurnTrackerView getView()
IController
getView
in interface IController
getView
in class Controller
public void endTurn()
ITurnTrackerController
endTurn
in interface ITurnTrackerController