Package | Description |
---|---|
com.b3dgs.lionengine.game.rts.ability.producer |
Modifier and Type | Interface and Description |
---|---|
interface |
ProducerUsedServices<T extends java.lang.Enum<T>,C extends ProductionCostRts,P extends Producible<T,C>,E extends EntityRts>
List of services used by the producer.
|
Modifier and Type | Class and Description |
---|---|
class |
ProducerModel<T extends java.lang.Enum<T>,C extends ProductionCostRts,P extends Producible<T,C>,E extends EntityRts>
Default and abstract model implementation.
|