Example #1
0
 public BehaviorReturnCode Fall()
 {
     return(aiMovement.FallTransition(actualEdge));
 }