Exemplo n.º 1
0
Arquivo: Bat.cs Projeto: pawii/Unity
 protected override void Attack()
 {
     BulletFactory.CreateBatBullet(transform.position, damage, FlipX ? 1 : -1);
 }