| 39 | |
| 40 | |
| 41 | void SkyConfig::addColorSet(const SkyConfig::SkyDayColorSet& set) |
| 42 | { |
| 43 | m_SkyDayColorsPerWorld[Utils::uppered(set.world)] = set; |
| 44 | } |
| 45 | |
| 46 | |
| 47 | bool SkyConfig::isValid() const |
nothing calls this directly
no outgoing calls
no test coverage detected