using UnityEngine; namespace ConformalDecals.UI { public class TextEntryController : MonoBehaviour { public void OnClose() { Debug.Log("Close!"); } } }