MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / SkyConfig

Method SkyConfig

src/content/SkyConfig.cpp:28–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26static SkyConfig::SkyDayColorSet importColorSetFromJson(const std::string& world, const json& j);
27
28SkyConfig::SkyConfig(const std::string& jsonString, SkyGametype gametype)
29 : m_GameType(gametype)
30{
31 loadFromJson(jsonString);
32}
33
34
35SkyConfig::~SkyConfig()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected