add possibility to edit and clone versions

This commit is contained in:
MathieuG-P
2022-07-19 20:55:24 +02:00
parent 6407fb2ff1
commit 23eb716916
15 changed files with 316 additions and 59 deletions
+3 -1
View File
@@ -5,5 +5,7 @@ export interface BSVersion {
ReleaseImg?: string,
ReleaseDate?: string,
year?: string,
steam?: boolean
steam?: boolean,
name?: string,
color?: string
}