tristan-wip #2

Merged
TristanBrault merged 34 commits from tristan-wip into main 2025-07-19 19:58:58 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit b07616086c - Show all commits

View File

@ -14,7 +14,7 @@ export namespace models {
Modification: string;
Files: string;
PublicRepositoryLink: string;
Genres: string[];
Genres: string;
Developers: string;
Title: string;

View File

@ -14,7 +14,7 @@ type Game struct {
Modification string
Files string
PublicRepositoryLink string
Genres []string
Genres string
Developers string
Title string
}