PGRData/Script/matrix/xredpoint/xredpointconditions/XRedPointConditionSlotMachine.lua

11 lines
No EOL
235 B
Lua

local XRedPointConditionSlotMachine = {}
function XRedPointConditionSlotMachine.Check()
if XDataCenter.SlotMachineManager.CheckRedPoint() then
return true
end
return false
end
return XRedPointConditionSlotMachine