Exemplo n.º 1
0
 private void WaitingForPlayerMove()
 {
     if (currentPlayer.isComputer)
     {
         SetButtonsInteractable(false);
         computerPlayerObject.BeginComputerTurn();
     }
     else
     {
         SetButtonsInteractable(true);
     }
 }