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

8 lines
No EOL
270 B
Lua

----------------------------------------------------------------
local XRedPointConditionWeekChallenge = {}
function XRedPointConditionWeekChallenge.Check()
return XDataCenter.WeekChallengeManager.IsAnyRewardCanReceived()
end
return XRedPointConditionWeekChallenge