using UnityEngine; namespace AibisDream.UI { /// /// Marks this UI hierarchy as allowing pointer-driven dialogue advancement. /// The UI can still receive raycasts and block interactions behind it. /// [DisallowMultipleComponent] public sealed class AllowDialogueAdvanceOnPointer : MonoBehaviour { } }