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