Example #1
0
File: Bat.cs Project: pawii/Unity
 protected override void Attack()
 {
     BulletFactory.CreateBatBullet(transform.position, damage, FlipX ? 1 : -1);
 }