Ejemplo n.º 1
0
 private void DisableBoard()
 {
     Player.DisablePass();
     Opponent.DisablePass();
     Player.DisableCrystals();
     Opponent.DisableCrystals();
     playerCounter.gameObject.SetActive(false);
     opponentCounter.gameObject.SetActive(false);
     TurnButton.SetActive(false);
     CurrentTurnToken.SetActive(false);
 }