using UnityEngine; /// /// Attach this script to a character or GameObject. The script allows you to /// configure conversations for the character. /// public class ConversationComponent : MonoBehaviour { public Conversation[] Conversations; }