Ejemplo n.º 1
0
    public void OpenChest()
    {
        if (chest.active)
        {
            chest.HandOverItems();
            // Call a display items script from the ChestController as well;

            MenuController.instance.chestPrompt.gameObject.SetActive(false);
            chest.active = false;
        }
    }