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