mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-09-19 23:03:53 +00:00
Added GSH game server data containing class, stub Account and Join Server dialogs, support 'lazy loading' remote images (downloading images in the background then calling a callback to replace temp image if host element is still in layout), misc. other changes.
This commit is contained in:
@@ -5,7 +5,7 @@ module W3DHubLauncher
|
||||
attr_reader :id, :category, :name, :type, :channels, :extended_data, :web_links
|
||||
|
||||
def initialize(data)
|
||||
pp data
|
||||
# pp data
|
||||
|
||||
@id = data["id"]
|
||||
@category = data["category"]
|
||||
|
||||
Reference in New Issue
Block a user