예제 #1
0
 public void Update()
 {
     SetInputs();
     CheckMovement();
     isGrounded = physicsController.DetectGround();
 }