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