add gs
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
local StartPurchase = require(script.Parent.Parent.Actions.StartPurchase)
|
||||
|
||||
local function PurchasingStartTimeReducer(state, action)
|
||||
state = state or -1
|
||||
|
||||
if action.type == StartPurchase.name then
|
||||
return action.purchasingStartTime
|
||||
end
|
||||
|
||||
return state
|
||||
end
|
||||
|
||||
return PurchasingStartTimeReducer
|
||||
Reference in New Issue
Block a user