mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-03-22 20:26:16 +00:00
17 lines
233 B
Ruby
17 lines
233 B
Ruby
class W3DHub
|
|
# Maybe add remote game launch from server list app?
|
|
# Maybe add intranet package delivery?
|
|
class BroadcastServer
|
|
PORT = 7050
|
|
|
|
def initialize
|
|
end
|
|
|
|
def listen
|
|
end
|
|
|
|
def stop
|
|
end
|
|
end
|
|
end
|