Esempio n. 1
0
 public void StartMoving()
 {
     if (currentTarget)
     {
         pather.SetTarget(currentTarget.GetUsePosition());
     }
 }