using UnityEngine.Events;
namespace ScriptableObjectArchitecture
{
[System.Serializable]
public sealed class ULongUnityEvent : UnityEvent<ulong>
}