feat: added helper functions to the game status to keep it simple to read.

This commit is contained in:
lilezek
2024-04-30 09:29:29 +02:00
parent 666b1afcb6
commit f1d2a88442
8 changed files with 46 additions and 30 deletions

View File

@@ -20,6 +20,8 @@ const cancelGameDownload = async (
GameStatus.CheckingFiles,
GameStatus.Paused,
GameStatus.Seeding,
GameStatus.Finished,
GameStatus.Decompressing,
]),
},
});