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