C# Class ProductionCycleAmount

Exibir arquivo Open project: DMOE15C/project-marmelade

Public Properties

Property Type Description
amountOfProductionCyclesNeeded int
productionCycleNeeded Marmalade_Global.ProductionCycle

Public Methods

Method Description
ProductionCycleAmount ( ProductionCycle pc, int amount ) : Marmalade_Global

Method Details

ProductionCycleAmount() public method

public ProductionCycleAmount ( ProductionCycle pc, int amount ) : Marmalade_Global
pc Marmalade_Global.ProductionCycle
amount int
return Marmalade_Global

Property Details

amountOfProductionCyclesNeeded public_oe property

public int amountOfProductionCyclesNeeded
return int

productionCycleNeeded public_oe property

public ProductionCycle,Marmalade_Global productionCycleNeeded
return Marmalade_Global.ProductionCycle