Пример #1
0
 //maybe jumping enough is either two jumps or one jump and a time delay?
 bool PlayerHasJumpedEnough()
 {
     return(jumpScript.GetJumpCount() > 0);          //for now just a jump count
 }