Ejemplo n.º 1
0
 private void Awake()
 {
     dialogueScript    = dialogueContainer.GetComponent <DialogueWindow>();
     exhaustedDialogue = false;
     dialogueScript.ConnectWithManager(this);
     currentLineIndex = -1;
 }