public void OnServerReady (Networking.NetworkConnection conn);

파라미터

connConnection 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.