Can now join a server and launch installed games (Play Now does nothing special yet)

This commit is contained in:
2021-11-19 15:48:13 -06:00
parent ec81959947
commit 89f7f4ab6a
9 changed files with 141 additions and 40 deletions

View File

@@ -1,11 +1,11 @@
class W3DHub
class ApplicationManager
class Importer < Task
def initialize(app_id, channel, path)
def initialize(app_id, channel, path = nil)
super(app_id, channel)
@path = path
end
end
end
end
end