PGRData/Resources/Scripts/XRedPoint/XRedPointConditions/XRedPointConditionSlotMachineL.lua
2022-12-26 14:06:01 +05:30

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