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