PGRData/Script/matrix/xredpoint/xredpointconditions/XRedPointConditionGetFirstRecharge.lua

9 lines
291 B
Lua
Raw Normal View History

----------------------------------------------------------------
-- 首充奖励领取
local XRedPointConditionGetFirstRecharge = {}
function XRedPointConditionGetFirstRecharge.Check()
return not XDataCenter.PayManager.IsGotFirstReCharge()
end
return XRedPointConditionGetFirstRecharge