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