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

9 lines
364 B
Lua
Raw Normal View History

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