Beispiel #1
0
 protected bool IsIncline(bool rightSide)     // Checks to see if character is trying to walk up a slope
 {
     return(feet.FeelInFront(rightSide, groundLayer));
 }