Exemple #1
0
 public void ShootAt(Vector3 targetPosition)
 {
     CurrentWeapon.ShootAt(targetPosition);
 }