Exemple #1
0
 public virtual bool CanDoAction()
 {
     return(!tryingToStandUp && groundController.CheckIfOnGround());
 }