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

8 lines
270 B
Lua
Raw Normal View History

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