Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
io.gs2.unity.sdk / Core / Exception / ErrorEvent.cs
Size: Mime:
using System;
using System.Collections;
using Gs2.Core.Exception;
using UnityEngine.Events;

namespace Gs2.Unity.Util
{
    [Serializable]
    public class ErrorEvent : UnityEvent<Gs2Exception, Func<IEnumerator>>
    {
        
    }
}