Clients/Client2018/content/internal/AppShell/Modules/Shell/Actions/RequestCrossPlayEnabled.lua

6 lines
175 B
Lua

local CoreGui = game:GetService("CoreGui")
local Action = require(CoreGui.RobloxGui.Modules.Common.Action)
return Action("RequestCrossPlayEnabled", function()
return {}
end)