T
- The entity enum type used.C
- The cost type used.P
- The producible type used.public abstract class FactoryProductionRts<T extends java.lang.Enum<T>,C extends ProductionCostRts,P extends Producible<T,C>>
extends com.b3dgs.lionengine.game.FactoryGame<T,com.b3dgs.lionengine.game.SetupGame>
Constructor and Description |
---|
FactoryProductionRts(java.lang.Class<T> keyType)
Constructor.
|
public FactoryProductionRts(java.lang.Class<T> keyType)
keyType
- The class of the enum type defined.