document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.         [SerializeField] ParticleSystem trail;
  2.         [SerializeField] ParticleSystem explosion;
  3.         [SerializeField] Rigidbody rbody;
  4.         public int damage = 10;
  5.         PlayerShoot missileOwner;
  6.         float speed = 60f;
');