* Constructor (only setting type of base class). */
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected