install mods & uninstall mod & uninstall all mods & ligth theme & some modals

This commit is contained in:
MathieuG-P
2022-10-03 00:56:20 +02:00
parent 337697fafb
commit 9d2ec1166e
26 changed files with 459 additions and 108 deletions
+5
View File
@@ -34,4 +34,9 @@ export type DownloadLinkType = "universal"|"steam"|"oculus";
export interface FileHashes {
hash: string,
file: string
}
export interface ModInstallProgression{
name: string,
progression: number
}