mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: saving achievements on open launcher
This commit is contained in:
parent
8fb62af0cf
commit
500cd2a531
7 changed files with 63 additions and 58 deletions
|
|
@ -16,6 +16,9 @@ export class GameAchievement {
|
|||
@JoinColumn()
|
||||
game: Game;
|
||||
|
||||
@Column("text", { nullable: true })
|
||||
unlockedAchievements: string;
|
||||
|
||||
@Column("text", { nullable: true })
|
||||
achievements: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue