Merge branch 'main' into feature-add-low-price-and-game-language

This commit is contained in:
Daniel Saraiva
2025-09-19 13:20:18 -03:00
17 changed files with 438 additions and 70 deletions

View File

@@ -70,6 +70,7 @@ export type UserGame = {
unlockedAchievementCount: number;
achievementCount: number;
achievementsPointsEarnedSum: number;
hasManuallyUpdatedPlaytime: boolean;
} & ShopAssets;
export interface GameRunning {

View File

@@ -45,6 +45,7 @@ export interface Game {
launchOptions?: string | null;
favorite?: boolean;
automaticCloudSync?: boolean;
hasManuallyUpdatedPlaytime?: boolean;
}
export interface Download {