예제 #1
0
    public void InventoryUISetting(List <Item> itemList)
    {
        InventoryPopup inventory = InventoryPop.GetComponent <InventoryPopup>();

        inventory.Setting(itemList);
    }