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