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