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

파라미터

conn Connection from client.

설명

Called on the server when a client is ready.

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