Exemplo n.º 1
0
    public void PopupDataUI(int index)
    {
        popupUI.SetActive(true);
        monsterDictionary.LoadMonsterData(index);

        lastSelectedObject = EventSystem.current.currentSelectedGameObject;
    }