PGRData/Script/matrix/xredpoint/xredpointconditions/xplanetrunning/XRedPointConditionPlanetRunningNewChapter.lua
2024-09-01 22:49:41 +02:00

11 lines
No EOL
280 B
Lua

local XRedPointConditionPlanetRunningNewChapter = {}
function XRedPointConditionPlanetRunningNewChapter.Check()
if XDataCenter.PlanetManager.CheckNewChapterRedPoint() then
return true
end
return false
end
return XRedPointConditionPlanetRunningNewChapter