Files
rojo/plugin/src/Config.lua
2019-09-10 15:37:21 -07:00

8 lines
177 B
Lua

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