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