Files
rojo/plugin/src/Config.lua
Lucien Greathouse fb7bfa928a Release 0.4.11
2018-06-10 15:54:57 -07:00

13 lines
274 B
Lua

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