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