forked from endernon/PGRData
8 lines
270 B
Lua
8 lines
270 B
Lua
|
----------------------------------------------------------------
|
||
|
local XRedPointConditionWeekChallenge = {}
|
||
|
|
||
|
function XRedPointConditionWeekChallenge.Check()
|
||
|
return XDataCenter.WeekChallengeManager.IsAnyRewardCanReceived()
|
||
|
end
|
||
|
|
||
|
return XRedPointConditionWeekChallenge
|