예제 #1
0
 /* 타겟 분실 */
 public void TargetLost()
 {
     target = null;
     move.StopMove();
     aniControl.Standing();
 }