background

This commit is contained in:
Zamitto 2024-06-19 20:41:35 -03:00
parent c6da57995d
commit fc8e62cdea
7 changed files with 44 additions and 17 deletions

View file

@ -133,7 +133,6 @@ export interface RunningGame {
objectID: string;
shop: GameShop;
sessionStartTimestamp: number;
cover: string;
}
export interface DownloadProgress {