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