Repository URL to install this package:
|
Version:
2025.3.11 ▾
|
using System;
using System.Collections;
using Gs2.Core.Exception;
using UnityEngine.Events;
namespace Gs2.Unity.Util
{
[Serializable]
public class ErrorEvent : UnityEvent<Gs2Exception, Func<IEnumerator>>
{
}
}