1
0
Fork 0
mirror of synced 2024-05-19 12:02:54 +12:00

Re-add dlc arguments

This commit is contained in:
loathingKernel 2022-08-08 21:32:31 +03:00
parent 5e022e6d28
commit dffd768934

View file

@ -76,6 +76,10 @@ class LgndrInstallGameArgs:
reset_sdl: bool = False
skip_sdl: bool = False
disable_https: bool = False
# FIXME: move to LgndrInstallGameRealArgs
skip_dlcs: bool = False
with_dlcs: bool = False
# end of FIXME
yes: bool = True
# Rare: Extra arguments
indirect_status: LgndrIndirectStatus = LgndrIndirectStatus()