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 / Gs2Realtime / RealtimeEventType.cs
Size: Mime:
namespace Gs2.Unity.Gs2Realtime
{
    public enum RealtimeEventType
    {
        OnMessage,
        OnJoinPlayer,
        OnLeavePlayer,
        OnUpdateProfile,
        OnError,
        OnGeneralError,
        OnClose,
        
        PluginEventType,
    }
}