using UnityEngine; using UnityAtoms.BaseAtoms; using KitsuneCafe.Input; namespace UnityAtoms.KitsuneCafe.Input { /// /// Variable Instancer of type `ActionMap`. Inherits from `AtomVariableInstancer<ActionMapVariable, ActionMapPair, ActionMap, ActionMapEvent, ActionMapPairEvent, ActionMapActionMapFunction>`. /// [EditorIcon("atom-icon-hotpink")] [AddComponentMenu("Unity Atoms/Variable Instancers/ActionMap Variable Instancer")] public class ActionMapVariableInstancer : AtomVariableInstancer< ActionMapVariable, ActionMapPair, ActionMap, ActionMapEvent, ActionMapPairEvent, ActionMapActionMapFunction> { } }