2023-07-14 19:35:33 +00:00
|
|
|
local XRedPointConditionMainWeek = {}
|
|
|
|
|
|
|
|
function XRedPointConditionMainWeek.Check()
|
2024-09-01 20:49:41 +00:00
|
|
|
if XDataCenter.ActivityCalendarManager.CheckActivityRedPoint() then
|
|
|
|
return true
|
2023-07-14 19:35:33 +00:00
|
|
|
end
|
2024-09-01 20:49:41 +00:00
|
|
|
return false
|
2023-07-14 19:35:33 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
return XRedPointConditionMainWeek
|