Ejemplo n.º 1
0
 public void Reveal()
 {
     if (!isRevealead && cardBack.activeSelf && controller.canReveal)
     {
         cardBack.SetActive(false);
         controller.CardRevealed(this);
         isRevealead = true;
     }
 }