Files
rojo/plugin/src/Config.lua
Lucien Greathouse 83a0ae673c 0.5.0-alpha.9
2019-04-04 21:20:00 -07:00

8 lines
189 B
Lua

return {
codename = "Epiphany",
version = {0, 5, 0, "-alpha.9"},
expectedServerVersionString = "0.5.0 or newer",
protocolVersion = 2,
defaultHost = "localhost",
defaultPort = 34872,
}