#include <constructunitcommand.h>
Public Member Functions | |
| ProductionEntry () | |
| ProductionEntry (const VehicleType *type, const Resources &cost, ConstructUnitCommand::Lack prerequisites) | |
Public Attributes | |
| const VehicleType * | type |
| Resources | cost |
| ConstructUnitCommand::Lack | prerequisites |
Definition at line 77 of file constructunitcommand.h.
| ConstructUnitCommand::ProductionEntry::ProductionEntry | ( | ) | [inline] |
Definition at line 82 of file constructunitcommand.h.
| ConstructUnitCommand::ProductionEntry::ProductionEntry | ( | const VehicleType * | type, | |
| const Resources & | cost, | |||
| ConstructUnitCommand::Lack | prerequisites | |||
| ) | [inline] |
1.5.1