예제 #1
0
파일: Unit.cs 프로젝트: Luden/SandBox
 public void Die()
 {
     CommandProcessor.Stop();
     Navigation.Stop();
     Following.Stop();
     Arsenal.Deinit();
     if (OnDeath != null)
     {
         OnDeath(this);
     }
 }