示例#1
0
 public Laser()
 {
     Stats = new LaserWeaponStats();
 }
示例#2
0
 public Laser(ProjectileManager projectileManager, ICanFire holdingObj, byte slot)
     : base(projectileManager, slot, holdingObj)
 {
     Stats = new LaserWeaponStats();
 }