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

9 lines
No EOL
364 B
Lua

----------------------------------------------------------------
--节红点检测
local XRedPointConditionRepeatChallengeChapterReward = {}
function XRedPointConditionRepeatChallengeChapterReward.Check(chapterId)
return XDataCenter.FubenRepeatChallengeManager.CheckChapterRewardCanGetReal(chapterId)
end
return XRedPointConditionRepeatChallengeChapterReward