detect installed BSIPA ands mods (partialy)

This commit is contained in:
MathieuG-P
2022-09-26 23:50:17 +02:00
parent 45ceae3b07
commit e8cd849623
7 changed files with 93 additions and 6 deletions
+1
View File
@@ -13,6 +13,7 @@ export interface Mod {
downloads: DownloadLink[],
required: boolean,
dependencies: Mod[],
status: string
}