11 lines
No EOL
294 B
Lua
11 lines
No EOL
294 B
Lua
local XRedPointConditionPokerGuessingRed = {}
|
|
local Events = nil
|
|
|
|
function XRedPointConditionPokerGuessingRed.GetSubEvents()
|
|
end
|
|
|
|
function XRedPointConditionPokerGuessingRed.Check()
|
|
return XDataCenter.PokerGuessingManager.CheckBannerRedPoint()
|
|
end
|
|
|
|
return XRedPointConditionPokerGuessingRed |