| 341 | } |
| 342 | |
| 343 | void Prefab::LoadLayout(const ofxJSONElement& moduleInfo) |
| 344 | { |
| 345 | mModuleContainer.LoadModules(moduleInfo["modules"]); |
| 346 | SetUpFromSaveData(); |
| 347 | } |
| 348 | |
| 349 | void Prefab::SetUpFromSaveData() |
| 350 | { |
nothing calls this directly
no test coverage detected