예제 #1
0
파일: Enemy.cs 프로젝트: woym2008/Home
 public void DestroySelf()
 {
     BulletFactory.ReleaseEnemy(this);
 }