Files
rojo/plugin/src/Config.lua
Lucien Greathouse bd7ab593d5 Release 0.4.12
2018-06-21 11:21:42 -07:00

13 lines
274 B
Lua

return {
pollingRate = 0.2,
version = {0, 4, 12},
expectedServerVersionString = "0.4.x",
protocolVersion = 1,
icons = {
syncIn = "rbxassetid://1820320573",
togglePolling = "rbxassetid://1820320064",
testConnection = "rbxassetid://1820320989",
},
dev = false,
}