Version: 2018.1
public void OnServerReady (Networking.NetworkConnection conn);

Parameters

connConnection from client.

Description

Called on the server when a client is ready.

The default implementation of this function calls NetworkServer.SetClientReady() to continue the network setup process.