Exemplo n.º 1
0
 public List <Vector3> UsePathfinding(Vector3 initialPosition, Vector3 targetPosition)
 {
     Me.Update();
     return(AmeisenNavmeshClient.RequestPath(new PathRequest(initialPosition, targetPosition, Me.MapId)));
 }