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