Ejemplo n.º 1
0
 public DetonationSequence(Actor self, MadTank mad)
     : this(self, mad, Target.Invalid)
 {
     assignTargetOnFirstRun = true;
 }
Ejemplo n.º 2
0
 public DetonationSequence(Actor self, MadTank mad, in Target target)
Ejemplo n.º 3
0
 public DetonationSequence(Actor self, MadTank mad, Target target)
 {
     this.self   = self;
     this.mad    = mad;
     this.target = target;