data class ModpackCache
Data object containing a modpack and a indentifier to the repository it originates from
ModpackCache(repository: String, modpack: ModpackWithVersions)
Data object containing a modpack and a indentifier to the repository it originates from |
val modpack: ModpackWithVersions
Cached version of the modpack defintion |
|
val repository: String
id of repository, fetch the repository with EmoInstance.getRepository |