Files
rojo/plugin/src/Config.lua
2020-02-27 10:16:31 -08:00

8 lines
177 B
Lua

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