예제 #1
0
 public void FaceAtTarget(Transform to)
 {
     if (currentRole.CanAction())
     {
         aiUtils.FaceAtTarget(transform, to);
     }
 }