Esempio n. 1
0
    public void InventoryMoneySetting(int money)
    {
        InventoryPopup inventory = InventoryPop.GetComponent <InventoryPopup>();

        inventory.SetMoney(money);
    }