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

Method ArticleDefinitionCraftWeapon

src/Ruleset/ArticleDefinition.cpp:147–148  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

145 * Constructor (only setting type of base class).
146 */
147 ArticleDefinitionCraftWeapon::ArticleDefinitionCraftWeapon() : ArticleDefinition(UFOPAEDIA_TYPE_CRAFT_WEAPON)
148 {}
149
150 /**
151 * Loads the article definition from a YAML file.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected