Exemplo n.º 1
0
 // start the firing effect.
 public void StartFire(GameObject objectToShoot)
 {
     gunFire.StartFire(objectToShoot);
 }