using System; using UnityEngine.Events; using KitsuneCafe.Input; namespace UnityAtoms.KitsuneCafe.Input { /// /// None generic Unity Event of type `ActionMapPair`. Inherits from `UnityEvent<ActionMapPair>`. /// [Serializable] public sealed class ActionMapPairUnityEvent : UnityEvent { } }