Ejemplo n.º 1
0
 void PlayerProjectile()
 {
     if (Input.GetMouseButtonDown(0))
     {
         ph.Shoot();
     }
 }