Ejemplo n.º 1
0
 /* 타겟 발견 */
 public void DiscoverTarget(GameObject _target)
 {
     target = _target;
     move.MoveToThisObject(target);
     aniControl.LookAtTarget(target);
 }