public void SetTurn(Turn turn) { Game.PlayersTurn = turn; }
public virtual void MakeTurn(Turn turn) { turn.Action(this); MemorizeTurn(turn); }