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