Files
rojo/plugin/src/Config.lua
2019-01-04 18:23:11 -08:00

8 lines
177 B
Lua

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