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