예제 #1
0
파일: EnemyController.cs 프로젝트: Tuuga/AI
 public void Die()
 {
     AIUtilities.EnemyDied(this);
 }