| 4 | namespace Star { |
| 5 | |
| 6 | AnimatedPartSet::AnimatedPartSet() {} |
| 7 | |
| 8 | AnimatedPartSet::AnimatedPartSet(Json config) { |
| 9 | for (auto const& stateTypePair : config.get("stateTypes", JsonObject()).iterateObject()) { |
nothing calls this directly
no test coverage detected