* Constructor (only setting type of base class). */
| 250 | * Constructor (only setting type of base class). |
| 251 | */ |
| 252 | ArticleDefinitionArmor::ArticleDefinitionArmor() : ArticleDefinition(UFOPAEDIA_TYPE_ARMOR) |
| 253 | {} |
| 254 | |
| 255 | /** |
| 256 | * Loads the article definition from a YAML file. |
nothing calls this directly
no outgoing calls
no test coverage detected