Files
rojo/plugin/src/Config.lua
Lucien Greathouse 420627d892 0.5.0-alpha.11
2019-05-29 14:07:15 -07:00

8 lines
190 B
Lua

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