Beispiel #1
0
 public override Vector2 get(Vector2 target, Vector2 currentVelocity, Vector2 targetVelocity = new Vector2())
 {
     return(pursue.get(manager.getTarget(owned.gameObject), currentVelocity, targetVelocity));
 }