| 233 | } |
| 234 | |
| 235 | void SpawnListManager::SetUpPrefabsDropdown() |
| 236 | { |
| 237 | std::vector<ModuleFactory::Spawnable> prefabs; |
| 238 | ModuleFactory::GetPrefabs(prefabs); |
| 239 | mPrefabs.SetList(prefabs); |
| 240 | } |
| 241 | |
| 242 | void SpawnListManager::SetUpPluginsDropdown() |
| 243 | { |
no test coverage detected