| 288 | } |
| 289 | |
| 290 | QString LaunchProfile::getMinecraftVersionType() const |
| 291 | { |
| 292 | return m_minecraftVersionType; |
| 293 | } |
| 294 | |
| 295 | std::shared_ptr<MojangAssetIndexInfo> LaunchProfile::getMinecraftAssets() const |
| 296 | { |
no outgoing calls
no test coverage detected