Exemplo n.º 1
0
 public override Vector3 NearestValidDestination(Vector3 destination)
 {
     return(agent.NearestValidDestination(destination));
 }