Exemplo n.º 1
0
    //restart Game
    public void RestartGame()
    {
        ContinuaGame();

        partidasControl.VerificaQuantidadePartidas();
        //	moveCount = 0;
        SetPlayerButtons(true);
        SetPlayerColorInactive();
        startingInfo.SetActive(true);
        playerMove = true;
        for (int i = 0; i < buttonList.Length; i++)
        {
            buttonList [i].text = "";
        }
    }