예제 #1
0
 public AltLaser()
 {
     Stats = new AltLaserStats();
 }
예제 #2
0
        private bool leftOrRight;//used to switch between left and right firing

        public AltLaser(ProjectileManager projectileManager, ICanFire holdingObj, byte slot)
            : base(projectileManager, holdingObj, slot)
        {
            Stats = new AltLaserStats();
        }