9 lines
No EOL
275 B
Lua
9 lines
No EOL
275 B
Lua
|
|
local XRedPointConditionSkinVoteEntrance = {}
|
|
|
|
function XRedPointConditionSkinVoteEntrance.Check()
|
|
return XDataCenter.SkinVoteManager.CheckVoteRedPoint()
|
|
or XDataCenter.SkinVoteManager.CheckViewPublicRedPoint()
|
|
end
|
|
|
|
return XRedPointConditionSkinVoteEntrance |