예제 #1
0
파일: Enemy.cs 프로젝트: hakisuedo7/THTC
 protected void Defeat()
 {
     stageController.EnemyIsDefeat();
 }