Example #1
0
 private void FixedUpdate()
 {
     HorizontalMovementController?.FixedUpdate();
     JumpController?.FixedUpdate();
 }