Example #1
0
 public LaserWave()
 {
     Stats = new LaserWaveStats();
 }
Example #2
0
 public LaserWave(ProjectileManager projectileManager, ICanFire holdingObj, byte slot)
     : base(projectileManager, slot, holdingObj)
 {
     Stats = new LaserWaveStats();
 }