Example #1
0
 private void FixedUpdate()
 {
     MM.ExecuteMovement(MT, rigidbody2d, moveSpeed, jumpVelocity);
 }