Example #1
0
    public void DisplayPanel(SlotCard s)
    {
        InteractableManager.InteractableOff();
        _as.Play();
        Slot = s;
        Card = Slot.Card;
        panel.SetActive(true);

        SetCard();
        SetBuyBTN();
        SetBuildBTN();
    }