7 lines
206 B
Lua
7 lines
206 B
Lua
|
local XRedPointConditionRegression3Shop = {}
|
||
|
|
||
|
function XRedPointConditionRegression3Shop.Check()
|
||
|
return XDataCenter.Regression3rdManager.CheckShopRedPoint()
|
||
|
end
|
||
|
|
||
|
return XRedPointConditionRegression3Shop
|