forked from endernon/PGRData
11 lines
No EOL
279 B
Lua
11 lines
No EOL
279 B
Lua
-- 红点条件检测器
|
|
--默认
|
|
local XRedPointConditionExplore = {}
|
|
XRedPointConditionExplore.__index = XRedPointConditionExplore
|
|
|
|
--检测
|
|
function XRedPointConditionExplore.Check()
|
|
return XDataCenter.FubenExploreManager.IsRedPoint()
|
|
end
|
|
|
|
return XRedPointConditionExplore |