Files
rojo/plugin/src/Config.lua
Lucien Greathouse 1a78e9178a Release 0.5.3
2019-10-15 18:16:21 -07:00

8 lines
177 B
Lua

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