forked from endernon/PGRData
9 lines
No EOL
364 B
Lua
9 lines
No EOL
364 B
Lua
----------------------------------------------------------------
|
|
--节红点检测
|
|
local XRedPointConditionRepeatChallengeChapterReward = {}
|
|
|
|
function XRedPointConditionRepeatChallengeChapterReward.Check(chapterId)
|
|
return XDataCenter.FubenRepeatChallengeManager.CheckChapterRewardCanGetReal(chapterId)
|
|
end
|
|
|
|
return XRedPointConditionRepeatChallengeChapterReward |