Beispiel #1
0
 public override void RunFixedUpdate()
 {
     if (ANIMATION_DATA.AnimationNameMatches)
     {
         //Debug.Log("jump force: " + AI_CONTROL.GetRequiredJumpForce().ToString());
         jump.JumpUp(AI_CONTROL.GetRequiredJumpForce(), false);
     }
 }