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