コード例 #1
0
ファイル: Enemy.cs プロジェクト: woym2008/Home
 public void DestroySelf()
 {
     BulletFactory.ReleaseEnemy(this);
 }