Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [SerializeField] ParticleSystem trail;
- [SerializeField] ParticleSystem explosion;
- [SerializeField] Rigidbody rbody;
- public int damage = 10;
- PlayerShoot missileOwner;
- float speed = 60f;
Advertisement
Add Comment
Please, Sign In to add comment