* Constructor (only setting type of base class) */
| 267 | * Constructor (only setting type of base class) |
| 268 | */ |
| 269 | ArticleDefinitionVehicle::ArticleDefinitionVehicle() : ArticleDefinition(UFOPAEDIA_TYPE_VEHICLE) |
| 270 | {} |
| 271 | |
| 272 | /** |
| 273 | * Loads the article definition from a YAML file. |
nothing calls this directly
no outgoing calls
no test coverage detected