mirror of
https://github.com/packwiz/packwiz.git
synced 2025-11-19 01:24:32 +01:00
Change ModID/FileID structs to use AddonFileReference
This commit is contained in:
@@ -10,11 +10,7 @@ type ImportPackFile interface {
|
||||
type ImportPackMetadata interface {
|
||||
Name() string
|
||||
Versions() map[string]string
|
||||
// TODO: use AddonFileReference?
|
||||
Mods() []struct {
|
||||
ModID int
|
||||
FileID int
|
||||
}
|
||||
Mods() []AddonFileReference
|
||||
GetFiles() ([]ImportPackFile, error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user