Example #1
0
 public bool CanYouJumpThis(Vector2 a, Vector2 b)
 {
     return(aiMovement.CanYouJumpThis(a, b));
 }