SyntaxGameServer/RCCService2018/content/LuaPackages/AppTempCommon/LuaChat/Actions/ReceivedMultiplePlaceInfos.lua

10 lines
224 B
Lua

local Modules = game:GetService("CorePackages").AppTempCommon
local Common = Modules.Common
local Action = require(Common.Action)
return Action(script.Name, function(placeInfos)
return {
placeInfos = placeInfos,
}
end)