Files
rojo/plugin/src/Config.lua
2019-09-19 13:58:53 -07:00

8 lines
185 B
Lua

return {
codename = "Epiphany",
version = {0, 6, 0, "-dev"},
expectedServerVersionString = "0.6.0 or newer",
protocolVersion = 3,
defaultHost = "localhost",
defaultPort = 34872,
}