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

11 lines
No EOL
239 B
Lua

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