moagg.game.control.weapon.turret
Class LaserFactoryImpl

java.lang.Object
  extended by moagg.game.control.weapon.turret.AbstractProjectileFactoryImpl
      extended by moagg.game.control.weapon.turret.LaserFactoryImpl
All Implemented Interfaces:
ProjectileFactory

public class LaserFactoryImpl
extends AbstractProjectileFactoryImpl


Constructor Summary
LaserFactoryImpl()
           
 
Method Summary
 void createProjectile(ShooterObject shooter, Weapon weapon, InternalGameControl gameControl)
           
 
Methods inherited from class moagg.game.control.weapon.turret.AbstractProjectileFactoryImpl
createAiming, initProjectile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaserFactoryImpl

public LaserFactoryImpl()
Method Detail

createProjectile

public void createProjectile(ShooterObject shooter,
                             Weapon weapon,
                             InternalGameControl gameControl)


Copyright © 2008. All Rights Reserved.