Exemplo n.º 1
0
 public void ShowDetails()
 {
     cardImage.SetActive(false);
     ViewingPanel.SetActive(true);
     ButtonPanel.SetActive(true);
     ShowCardButton.SetActive(true);
     ShowDetailsButton.SetActive(false);
 }