public void ShowDetails() { cardImage.SetActive(false); ViewingPanel.SetActive(true); ButtonPanel.SetActive(true); ShowCardButton.SetActive(true); ShowDetailsButton.SetActive(false); }
// Start is called before the first frame update void Start() { cardImage.SetActive(false); ShowDetailsButton.SetActive(false); }