void Start() { _dialogueDisplay.StartDisplay(_chapterToDisplay); StartCoroutine(AsyncClickForNextSection()); }