add gs
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
local CorePackages = game:GetService("CorePackages")
|
||||
local Rodux = require(CorePackages.Rodux)
|
||||
|
||||
local ReceivedUserCountryCode = require(CorePackages.AppTempCommon.LuaApp.Actions.ReceivedUserCountryCode)
|
||||
|
||||
local DEFAULT_STATE = ""
|
||||
return Rodux.createReducer(DEFAULT_STATE, {
|
||||
[ReceivedUserCountryCode.name] = function(state, action)
|
||||
return action.countryCode
|
||||
end,
|
||||
})
|
||||
Reference in New Issue
Block a user