Gems, workers, networking, oh my!

This commit is contained in:
2026-04-21 12:57:05 -05:00
parent dc9e737587
commit e97e5cc862
7 changed files with 348 additions and 6 deletions

View File

@@ -1,3 +1,5 @@
module W3DHubLauncher
ROOT_PATH = Dir.pwd
USER_AGENT = "#{NAME} v#{VERSION}".freeze
end