Add size for when downloaded

This commit is contained in:
2025-11-05 10:39:42 -07:00
parent 9f4f3a8556
commit 242a130957
2 changed files with 15 additions and 2 deletions

View File

@@ -6,4 +6,5 @@ export interface GameVersion {
downloadUrl: string
executable: string
sha512sum: string
size: number
}