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