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

4
lib/version.rb Normal file
View File

@@ -0,0 +1,4 @@
class W3DHub
NAME = "W3D Hub Launcher"
VERSION = "0.1.0"
end