public void Shoot() { leftGun.GunFire(); leftSparks.Play(); rightGun.GunFire(); rightSparks.Play(); gunShot.Play(); TriggerWasPulled = true; }