namespace UnityAtoms.BaseAtoms { /// /// Action of type `AtomBaseVariable`. Inherits from `AtomAction<AtomBaseVariable>`. /// [EditorIcon("atom-icon-purple")] public abstract class AtomBaseVariableAction : AtomAction { } }