using KitsuneCafe.Input; namespace UnityAtoms.KitsuneCafe.Input { /// /// Function x 2 of type `ControlScheme`. Inherits from `AtomFunction<ControlScheme, ControlScheme>`. /// [EditorIcon("atom-icon-sand")] public abstract class ControlSchemeControlSchemeFunction : AtomFunction { } }