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