示例#1
0
 void onShoot()
 {
     if (!isDie)
     {
         EnemyBulletScript.Create(transform, direction);
     }
 }