private void StartAttacking()
 {
     movementBehavior.StopMovement();
     timeUntilNextAttack = delayBetweenAttacks;
     SetAttacking(true);
 }