Files
rojo/plugin/src/Config.lua
Lucien Greathouse b65a8ce680 0.5.0-alpha.5
2019-03-01 15:40:30 -08:00

8 lines
189 B
Lua

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