Server.OnClientConnected Method
Namespace: Riptide
Assembly: RiptideNetworking.dll
OnClientConnected(Connection)
Invokes the ClientConnected event.
protected virtual void OnClientConnected(Connection client)
Parameters
Connection | client |
The newly connected client. |