Files
rojo/plugin/src/Config.lua
Lucien Greathouse 7b4455ed51 Release v0.5.1
2019-10-04 12:51:14 -07:00

8 lines
177 B
Lua

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