MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / RuleResearch

Method RuleResearch

src/Ruleset/RuleResearch.cpp:24–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22{
23
24RuleResearch::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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected