add gs
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
local Modules = game:GetService("CoreGui").RobloxGui.Modules
|
||||
local SetXboxUser = require(Modules.Shell.Actions.SetXboxUser)
|
||||
|
||||
return function(state, action)
|
||||
state = state or {}
|
||||
|
||||
if action.type == SetXboxUser.name then
|
||||
return {
|
||||
gamertag = action.gamertag,
|
||||
xuid = action.xuid
|
||||
}
|
||||
end
|
||||
|
||||
return state
|
||||
end
|
||||
Reference in New Issue
Block a user