using UnityEngine; namespace UnityAtoms { [CreateAssetMenu(menuName = "UnityAtoms/Game Events/Int Int")] public class IntIntEvent : GameEvent { } }