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

Method ArticleDefinitionCraft

src/Ruleset/ArticleDefinition.cpp:127–128  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

125 * Constructor (only setting type of base class).
126 */
127 ArticleDefinitionCraft::ArticleDefinitionCraft() : ArticleDefinition(UFOPAEDIA_TYPE_CRAFT)
128 {}
129
130 /**
131 * Loads the article definition from a YAML file.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected