Repository URL to install this package:
Version:
2025.9.1 ▾
|
namespace Gs2.Unity.Gs2Realtime
{
public enum RealtimeEventType
{
OnMessage,
OnJoinPlayer,
OnLeavePlayer,
OnUpdateProfile,
OnError,
OnGeneralError,
OnClose,
PluginEventType,
}
}