| 7 | #include "Base/Physics.h" |
| 8 | |
| 9 | ConstructorDescription::ConstructorDescription() |
| 10 | { |
| 11 | genome = GenomeDescriptionService::get().convertDescriptionToBytes(GenomeDescription()); |
| 12 | } |
| 13 | |
| 14 | InjectorDescription::InjectorDescription() |
| 15 | { |
nothing calls this directly
no test coverage detected