| 28 | #include <optional> |
| 29 | |
| 30 | static std::list<Version> mcVersions(BaseInstance* inst) |
| 31 | { |
| 32 | return { static_cast<MinecraftInstance*>(inst)->getPackProfile()->getComponent("net.minecraft")->getVersion() }; |
| 33 | } |
| 34 | |
| 35 | static QList<ModPlatform::ModLoaderType> mcLoadersList(BaseInstance* inst) |
| 36 | { |
no test coverage detected