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