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