Exemple #1
0
 protected override void Attack()
 {
     BulletFactory.CreateBatBullet(transform.position, damage, FlipX ? 1 : -1);
 }