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

Method ArticleDefinitionBaseFacility

src/Ruleset/ArticleDefinition.cpp:201–202  ·  view source on GitHub ↗

* Constructor (only setting type of base class). */

Source from the content-addressed store, hash-verified

199 * Constructor (only setting type of base class).
200 */
201 ArticleDefinitionBaseFacility::ArticleDefinitionBaseFacility() : ArticleDefinition(UFOPAEDIA_TYPE_BASE_FACILITY)
202 {}
203
204 /**
205 * Loads the article definition from a YAML file.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected