public virtual void Attack(BaseUnit target) { target.ApplyDamage(GetAttackInfo(true));//, true)); }
public virtual void Attack(BaseUnit target) { target.ApplyDamage(GetAttackInfo(true)); //, true)); }