add gs
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
--[[
|
||||
Package link auto-generated by Rotriever
|
||||
]]
|
||||
local PackageIndex = script.Parent.Parent
|
||||
|
||||
local package = PackageIndex["roblox_infinite-scroller-98304e77-0.3.4"]["infinite-scroller"]
|
||||
|
||||
if package.ClassName == "ModuleScript" then
|
||||
return require(package)
|
||||
end
|
||||
|
||||
return package
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
local LuaDiscussionsDeps = script.Parent
|
||||
|
||||
return {
|
||||
InfiniteScroll = require(LuaDiscussionsDeps.InfiniteScroll),
|
||||
RoactFitComponents = require(LuaDiscussionsDeps.RoactFitComponents),
|
||||
RoactNavigation = require(LuaDiscussionsDeps.RoactNavigation),
|
||||
RoduxNetworking = require(LuaDiscussionsDeps.RoduxNetworking),
|
||||
}
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
--[[
|
||||
Package link auto-generated by Rotriever
|
||||
]]
|
||||
local PackageIndex = script.Parent.Parent
|
||||
|
||||
local package = PackageIndex["roblox_roact-fit-components"]["roact-fit-components"]
|
||||
|
||||
if package.ClassName == "ModuleScript" then
|
||||
return require(package)
|
||||
end
|
||||
|
||||
return package
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
--[[
|
||||
Package link auto-generated by Rotriever
|
||||
]]
|
||||
local PackageIndex = script.Parent.Parent
|
||||
|
||||
local package = PackageIndex["roact-navigation"]["roact-navigation"]
|
||||
|
||||
if package.ClassName == "ModuleScript" then
|
||||
return require(package)
|
||||
end
|
||||
|
||||
return package
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
--[[
|
||||
Package link auto-generated by Rotriever
|
||||
]]
|
||||
local PackageIndex = script.Parent.Parent
|
||||
|
||||
local package = PackageIndex["rodux-networking"]["rodux-networking"]
|
||||
|
||||
if package.ClassName == "ModuleScript" then
|
||||
return require(package)
|
||||
end
|
||||
|
||||
return package
|
||||
@@ -0,0 +1,11 @@
|
||||
# Generated by Rotriever. Format subject to change in future releases.
|
||||
name = "LuaDiscussionsDeps"
|
||||
version = "0.1.2"
|
||||
commit = "149f4695b874c2e43760131eda24779669bb3bec"
|
||||
source = "git+https://github.com/roblox/lua-discussions-deps#master"
|
||||
dependencies = [
|
||||
"InfiniteScroll roblox/infinite-scroller 0.3.4 url+https://github.com/roblox/infinite-scroller",
|
||||
"RoactFitComponents roblox/roact-fit-components 1.2.5 url+https://github.com/roblox/roact-fit-components",
|
||||
"RoactNavigation roact-navigation 0.1.1-linter-fix url+https://github.com/roblox/roact-navigation",
|
||||
"RoduxNetworking rodux-networking 8902a6aa git+https://github.com/roblox/rodux-networking#v1.0.2",
|
||||
]
|
||||
Reference in New Issue
Block a user