예제 #1
0
 public void OnAttack(InputAction.CallbackContext context)
 {
     if (context.started)
     {
         _charController.Attack();
     }
 }