| 919 | } |
| 920 | |
| 921 | Daedalus::GameType WorldInstance::getBasicGameType() |
| 922 | { |
| 923 | return m_pEngine->getBasicGameType(); |
| 924 | } |
| 925 | |
| 926 | void WorldInstance::exportWorld(json& j, std::set<Handle::EntityHandle> skip) |
| 927 | { |
no outgoing calls
no test coverage detected