Ejemplo n.º 1
0
    public void     EndTurn(int num)
    {
        if (!SelectTile(num))
        {
            throw new Exception("Wrong selected Tile");
        }


        ourPlay.SetNewTable(analyzeTable);
        ourPlay.crossTurn = !ourPlay.crossTurn;
        ourPlay.NextTurn();
    }