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