using System; using UnityEngine.Events; namespace UnityAtoms { [Serializable] public sealed class Unity{TYPE_NAME}Event : UnityEvent<{TYPE}> { } }