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