mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
13 lines
273 B
Lua
13 lines
273 B
Lua
return {
|
|
pollingRate = 0.2,
|
|
version = {0, 4, 9},
|
|
expectedServerVersionString = "0.4.x",
|
|
protocolVersion = 1,
|
|
icons = {
|
|
syncIn = "rbxassetid://1820320573",
|
|
togglePolling = "rbxassetid://1820320064",
|
|
testConnection = "rbxassetid://1820320989",
|
|
},
|
|
dev = false,
|
|
}
|