Game downloads from the client are working (multithreaded) by parsing in gameID, GameVersion, and maxThreads from FE (#1)

This commit is contained in:
quexeky
2024-10-24 12:26:40 +11:00
parent 90e41c6522
commit 45e2efb18f
6 changed files with 29 additions and 18 deletions
+1
View File
@@ -24,6 +24,7 @@ pub enum DatabaseGameStatus {
Downloading,
Installed,
Updating,
Uninstalling,
}