using System; namespace UnityEngine.Events { [Serializable] public sealed class TextEvent : UnityEvent { } }