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