forked from endernon/PGRData
11 lines
No EOL
239 B
Lua
11 lines
No EOL
239 B
Lua
|
|
local XRedPointConditionSlotMachineL = {}
|
|
|
|
function XRedPointConditionSlotMachineL.Check()
|
|
if XDataCenter.SlotMachineManager.CheckRedPointL() then
|
|
return true
|
|
end
|
|
return false
|
|
end
|
|
|
|
return XRedPointConditionSlotMachineL |