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