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

11 lines
239 B
Lua
Raw Normal View History

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