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