PGRData/Resources/Scripts/XRedPoint/XRedPointConditions/XRedPointConditionExplore.lua
2022-12-26 14:06:01 +05:30

11 lines
No EOL
279 B
Lua

-- 红点条件检测器
--默认
local XRedPointConditionExplore = {}
XRedPointConditionExplore.__index = XRedPointConditionExplore
--检测
function XRedPointConditionExplore.Check()
return XDataCenter.FubenExploreManager.IsRedPoint()
end
return XRedPointConditionExplore