Esempio n. 1
0
    public void Close()
    {
        InputSystem.EndDialogue();

        isActive     = false;
        firstStory   = null;
        currentStory = null;
        NPC          = null;
        SetQuest(null);

        dialogueOpen.Value = false;

        namePanel.SetActive(false);
        nameField.text     = string.Empty;
        dialogueField.text = string.Empty;
    }