MonoBehaviour.OnServerInitialized()
Description

Called on the server whenever a Network.InitializeServer was invoked and has completed.

	function OnServerInitialized() {
		Debug.Log("Server initialized and ready");
	}