forked from endernon/PGRData
8 lines
217 B
Lua
8 lines
217 B
Lua
|
|
||
|
local XRedPointConditionRestaurantEntrance = {}
|
||
|
|
||
|
function XRedPointConditionRestaurantEntrance.Check()
|
||
|
return XDataCenter.RestaurantManager.CheckEntranceRedPoint()
|
||
|
end
|
||
|
|
||
|
return XRedPointConditionRestaurantEntrance
|