예제 #1
0
파일: Monster.cs 프로젝트: Zimennik/Mmorium
 public void OnDeath(User killer)
 {
     spawner.OnMonsterKilled(this);
     Destroy(gameObject);
 }