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