Exemplo n.º 1
0
 private void _Shoot(HealthSystem shootedHealth, Vector3 startRayVect, Vector3 endRayVect)
 {
     InvokeShootEvent();
     onRangeShootEvent(startRayVect, endRayVect);
     weapon.Shoot(shootedHealth);
 }
Exemplo n.º 2
0
 private void Shoot()
 {
     weapon.Shoot(null);
 }