MonoBehaviour.OnDisconnectedFromServer(NetworkDisconnection)
Description

Called on the client when the connection was lost or you disconnected from the server.

	function OnDisconnectedFromServer (info : NetworkDisconnection) {
		Debug.Log("Disconnected from server: " + info);
	}