public void Attack(Health newTarget)
 {
     target   = newTarget;
     isAttack = true;
     selectedSpell.DoSpell(this, newTarget.transform);
 }