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

Parameters

conn Connection 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.