| 129 | } |
| 130 | |
| 131 | Vec3I SystemWorld::location() const { |
| 132 | return m_location; |
| 133 | } |
| 134 | |
| 135 | List<CelestialCoordinate> SystemWorld::planets() const { |
| 136 | return m_celestialDatabase->children(CelestialCoordinate(m_location)); |
no outgoing calls
no test coverage detected