/** * {@inheritDoc} **/ public override void Attack(Hero target) { target.LostHP(this.Damage); target.PlayBloodAnimation(); }