| 26 | static SkyConfig::SkyDayColorSet importColorSetFromJson(const std::string& world, const json& j); |
| 27 | |
| 28 | SkyConfig::SkyConfig(const std::string& jsonString, SkyGametype gametype) |
| 29 | : m_GameType(gametype) |
| 30 | { |
| 31 | loadFromJson(jsonString); |
| 32 | } |
| 33 | |
| 34 | |
| 35 | SkyConfig::~SkyConfig() |
nothing calls this directly
no outgoing calls
no test coverage detected