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