Access W3D Hub API

This commit is contained in:
2021-11-14 12:07:09 -06:00
parent c923a8d6d4
commit b2a2a961b3
7 changed files with 301 additions and 3 deletions

View File

@@ -2,10 +2,15 @@ class W3DHub
class States
class Interface < CyberarmEngine::GuiState
attr_reader :main_thread_queue
attr_accessor :refresh_token, :service_status, :applications
def setup
window.show_cursor = true
@refresh_token = @options[:refresh_token]
@service_status = @options[:service_status]
@applications = @options[:applications]
@page = nil
@pages = {}