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