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

6 lines
178 B
Lua

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