Esempio n. 1
0
 public Vector3 GetWand(Vector3 forward)
 {
     return(Wand.WanderSteer(forward, WanderRadius, WanderRange));
 }