Example #1
0
    public void Hide()
    {
        spellList.ClearList();
        filterList.ClearList();
        selectedSpell = null;

        gameObject.SetActive(false);
    }