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