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