private void SayLine(string aLine) { textActive = true; _textEffect.EmptyText(); _textEffect.textSpeed = _speed; line = aLine; enumerator = _textEffect.TypingEffect(line, _speed, dialogueInactive); StartCoroutine(enumerator); }