C# Class ChatServerListener, PlayFabGameServer

Inheritance: Mediator
ファイルを表示 Open project: PlayFab/PlayFabGameServer Class Usage Examples

Private Properties

Property Type Description
OnChannelMessage void
OnCreateChannel void
OnJoinChannel void
OnLeaveChannel void
OnUserDisconnected void

Public Methods

Method Description
OnRegister ( ) : void

Private Methods

Method Description
OnChannelMessage ( NetworkMessage, netmsg ) : void
OnCreateChannel ( NetworkMessage, netmsg ) : void
OnJoinChannel ( NetworkMessage, netmsg ) : void
OnLeaveChannel ( NetworkMessage, netmsg ) : void
OnUserDisconnected ( int connId, string playFabId ) : void

Method Details

OnRegister() public method

public OnRegister ( ) : void
return void