| 22 | { |
| 23 | |
| 24 | RuleResearch::RuleResearch(const std::string & name) : _name(name), _lookup(""), _cost(0), _points(0), _getOneFree(), _requires(), _needItem(false), _listOrder(0) |
| 25 | { |
| 26 | } |
| 27 | |
| 28 | /** |
| 29 | * Loads the research project from a YAML file. |
nothing calls this directly
no outgoing calls
no test coverage detected