Beispiel #1
0
 public LaserAttack(Dot target, Tower shooter, int damage, int aliveTime, int maxHitCount, int laserIndex) : base(target, shooter, damage, aliveTime, maxHitCount)
 {
     this.laserIndex = laserIndex;
 }
Beispiel #2
0
 public LaserAttack(Dot target, Tower shooter, int damage, int aliveTime, int maxHitCount) : base(target, shooter, damage, aliveTime, maxHitCount)
 {
 }