コード例 #1
0
 public void Tick()
 {
     if (RewiredPlayerInput.Instance.StrongAttack && AttackerTimer.TimerEnded)
     {
         _attackDirection = _player.GetDirectionHorizontal();
         _animatorController.StrongAttack();
         _player.StartAttack();
     }
 }