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