mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-05-06 09:28:18 +00:00
6 lines
93 B
Ruby
6 lines
93 B
Ruby
module W3DHubLauncher
|
|
ROOT_PATH = Dir.pwd
|
|
|
|
USER_AGENT = "#{NAME} v#{VERSION}".freeze
|
|
end
|