コード例 #1
0
 private bool CanSprint()
 {
     return(SprintEnabled && StaminaInterface.CanExpendStamina(SprintStaminaCostPerUpdate));
 }