using UnityEngine; namespace UnityAtoms { [CreateAssetMenu(menuName = "Unity Atoms/Events/Int - Int", fileName = "IntIntEvent")] public sealed class IntIntEvent : AtomEvent { } }