예제 #1
0
파일: Bat.cs 프로젝트: pawii/Unity
 protected override void Attack()
 {
     BulletFactory.CreateBatBullet(transform.position, damage, FlipX ? 1 : -1);
 }