using UnityEngine; using KitsuneCafe.ItemSystem; namespace UnityAtoms.KitsuneCafe.Atom.ItemSystem { /// /// Event Instancer of type `ItemPair`. Inherits from `AtomEventInstancer<ItemPair, ItemPairEvent>`. /// [EditorIcon("atom-icon-sign-blue")] [AddComponentMenu("Unity Atoms/Event Instancers/ItemPair Event Instancer")] public class ItemPairEventInstancer : AtomEventInstancer { } }