public override void Hit(Bullet bullet) { base.Hit(bullet); this.Aggresive = true; this.SelectTarget(); this.HandleRun(); }
public virtual void Hit(Bullet bullet) { this.Health -= 4; DamageIndicator.Show(this, 126); }