PGRData/Resources/Scripts/XRedPoint/XRedPointConditions/XRedPointConditionGetFirstRecharge.lua
2022-12-26 14:06:01 +05:30

9 lines
No EOL
291 B
Lua

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