mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-15 16:52:34 +00:00
10 lines
165 B
Ruby
10 lines
165 B
Ruby
class W3DHub
|
|
class Window < CyberarmEngine::Window
|
|
def setup
|
|
self.caption = "W3D Hub Launcher"
|
|
|
|
push_state(W3DHub::States::Boot)
|
|
end
|
|
end
|
|
end
|