Client.OnClientDisconnected Method
Namespace: Riptide
Assembly: RiptideNetworking.dll
OnClientDisconnected(ushort)
Invokes the ClientDisconnected event.
protected virtual void OnClientDisconnected(ushort clientId)
Parameters
ushort | clientId |
The numeric ID of the client that disconnected. |