public DetonationSequence(Actor self, MadTank mad) : this(self, mad, Target.Invalid) { assignTargetOnFirstRun = true; }
public DetonationSequence(Actor self, MadTank mad, in Target target)
public DetonationSequence(Actor self, MadTank mad, Target target) { this.self = self; this.mad = mad; this.target = target;