Wrap game resource info from the server
Also add function to get the diff archive (for faster updating) Download function soon, although I can't make sure that the download function will work properly (like pause, resume download etc.)
This commit is contained in:
6
worthless/classes/installer/__init__.py
Normal file
6
worthless/classes/installer/__init__.py
Normal file
@ -0,0 +1,6 @@
|
||||
from worthless.classes.installer import resource, game, latest, diff, voicepack
|
||||
Resource = resource.Resource
|
||||
Game = game.Game
|
||||
Latest = latest.Latest
|
||||
Diff = diff.Diff
|
||||
Voicepack = voicepack.Voicepack
|
||||
Reference in New Issue
Block a user