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

11 lines
235 B
Lua
Raw Normal View History

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