using System; using UnityEngine.Events; namespace UnityAtoms { /// /// None generic Unity Event of type `float`. Inherits from `UnityEvent<float>`. /// [Serializable] public sealed class FloatUnityEvent : UnityEvent { } }