document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.         public void SetOwner(PhotonView ownerView)
  2.         {
  3.             missileOwner = ownerView.GetComponent<PlayerShoot>();
  4.         }
');