forked from endernon/PGRData
9 lines
No EOL
299 B
Lua
9 lines
No EOL
299 B
Lua
----------------------------------------------------------------
|
|
local XRedPointConditionActivitySClassGot = {}
|
|
|
|
function XRedPointConditionActivitySClassGot.Check()
|
|
local signId = 53
|
|
return XDataCenter.SignInManager.IsShowSignIn(signId, true)
|
|
end
|
|
|
|
return XRedPointConditionActivitySClassGot |