public bool Destroy(GameObject gameObject) { NetworkView nv = NetworkView.Get(gameObject); return(!nv.IsNullOrDestroyed() && Destroy(nv)); }