SyntaxGameServer/RCCService2018/content/LuaPackages/RoactRoduxImpl/getStore.lua

7 lines
158 B
Lua

local storeKey = require(script.Parent.storeKey)
local function getStore(componentInstance)
return componentInstance._context[storeKey]
end
return getStore