diff --git a/Assets/Scripts/DialogueSystem/UI/DialoguePanel.cs b/Assets/Scripts/DialogueSystem/UI/DialoguePanel.cs index e1d4180..0642796 100644 --- a/Assets/Scripts/DialogueSystem/UI/DialoguePanel.cs +++ b/Assets/Scripts/DialogueSystem/UI/DialoguePanel.cs @@ -20,6 +20,8 @@ public class DialoguePanel : MonoBehaviour private const float TypingSpeed = 0.03f; private List m_questionIndexAsked = new List(); + private List