using System; using UnityEngine.Events; namespace UnityAtoms { /// /// None generic Unity Event x 2 of type `int`. Inherits from `UnityEvent<int, int>`. /// [Serializable] public sealed class IntIntUnityEvent : UnityEvent { } }