| 300 | } |
| 301 | |
| 302 | QString LaunchProfile::getMinecraftVersionType() const |
| 303 | { |
| 304 | return m_minecraftVersionType; |
| 305 | } |
| 306 | |
| 307 | std::shared_ptr<MojangAssetIndexInfo> LaunchProfile::getMinecraftAssets() const |
| 308 | { |
no outgoing calls
no test coverage detected