diff options
Diffstat (limited to 'src-vue/src/utils')
-rw-r--r-- | src-vue/src/utils/GameInstall.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src-vue/src/utils/GameInstall.ts b/src-vue/src/utils/GameInstall.ts index 22081afc..07358f6c 100644 --- a/src-vue/src/utils/GameInstall.ts +++ b/src-vue/src/utils/GameInstall.ts @@ -1,5 +1,4 @@ export interface GameInstall { game_path: string; - launch_parameters: string; install_type: string; } |