PGRData/Script/matrix/xredpoint/xredpointconditions/xplanetrunning/XRedPointConditionPlanetRunningNewChapter.lua

11 lines
280 B
Lua
Raw Normal View History

2024-09-01 22:49:41 +02:00
local XRedPointConditionPlanetRunningNewChapter = {}
function XRedPointConditionPlanetRunningNewChapter.Check()
if XDataCenter.PlanetManager.CheckNewChapterRedPoint() then
return true
end
return false
end
return XRedPointConditionPlanetRunningNewChapter