feat: support pre-downloading game & voicepacks
This commit is contained in:
@ -27,4 +27,4 @@ class Resource:
|
||||
@staticmethod
|
||||
def from_dict(data):
|
||||
return Resource(Game.from_dict(data['game']), data['plugin'], data['web_url'], data['force_update'],
|
||||
data['pre_download_game'], data['deprecated_packages'], data['sdk'], data)
|
||||
Game.from_dict(data['pre_download_game']), data['deprecated_packages'], data['sdk'], data)
|
||||
|
||||
Reference in New Issue
Block a user