Package | Description |
---|---|
com.b3dgs.lionengine.game.rts.ability.attacker |
Modifier and Type | Class and Description |
---|---|
class |
AttackerModel<E extends EntityRts,A extends AttackerUsedServices<E>,W extends WeaponServices<E,A>>
Default attacker model implementation.
|
interface |
AttackerServices<E extends EntityRts,A extends AttackerUsedServices<E>,W extends WeaponServices<E,A>>
List of services provided by an attacker.
|
Modifier and Type | Class and Description |
---|---|
class |
WeaponModel<E extends EntityRts,A extends AttackerUsedServices<E>>
Default weapon model implementation.
|