Files
rojo/plugin/src/Config.lua
2018-08-17 11:24:05 -07:00

13 lines
274 B
Lua

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