public ChargeAttack(AttackTesla attack, Target target, bool forceAttack, Color?targetLineColor = null) { this.attack = attack; this.target = target; this.forceAttack = forceAttack; this.targetLineColor = targetLineColor; }
public ChargeAttack(AttackTesla attack, Target target, bool forceAttack) { this.attack = attack; this.target = target; this.forceAttack = forceAttack; }
public ChargeFire(AttackTesla attack, Target target) { this.attack = attack; this.target = target; }