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