Feat: Added changing game playtime functionality

This commit is contained in:
Moyasee
2025-09-17 11:24:24 +03:00
parent 6ff694c078
commit 86da92aa3f
7 changed files with 137 additions and 118 deletions

View File

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