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

8 lines
226 B
Lua
Raw Permalink Normal View History

2024-09-01 22:49:41 +02:00
local XRedPointConditionSubpackageDownloadEntrance = {}
function XRedPointConditionSubpackageDownloadEntrance.Check()
return XDataCenter.DlcManager.CheckRedPoint()
end
return XRedPointConditionSubpackageDownloadEntrance