public void ShootBigLaser(float seconds) { laserController.ShootLaser(Vector3.up, seconds); }
public void ShootLaser(float seconds) { laser.ShootLaser(Vector3.up, seconds); }