Beispiel #1
0
 private bool CheckGroundForJump()
 {
     return(playerCollisionHandler.CheckGroundForJump(0.1f));
 }
Beispiel #2
0
 private bool CheckGroundForJump()
 {
     return(apostleCollisionHandler.CheckGroundForJump(0.1f));
 }