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