ChitChat/Assets/Examples
DialoguePanelBase
and don't forget to add using ChitChat;
. Now this base class has 4 abstract functions you need to implement which gives you the information for the current dialogue action and is what you will use in your UI. You can use the in-built UI as an example just go to ChitChat/Code/ChitChat/UI/DefaultDialoguePanel.razor.