Exemplo n.º 1
0
 private void EnableDice()
 {
     if (!isAiTurn)
     {
         rollDiceButton.interactable = true;
         rollDiceButton.GetComponentInChildren <Text>().enabled = true;
     }
     else
     {
         ai.AIRollDice();
     }
 }