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

15 lines
No EOL
440 B
Lua

local XRedPointConditionMovieAssemble01Red = {}
local Events = nil
function XRedPointConditionMovieAssemble01Red.GetSubEvents()
Events = Events or
{
XRedPointEventElement.New(XEventId.EVENT_MOVIE_ASSEMBLE_WATCH_MOVIE),
}
return Events
end
function XRedPointConditionMovieAssemble01Red.Check()
return XDataCenter.MovieAssembleManager.CheckMovieAssembleRedPoint(1)
end
return XRedPointConditionMovieAssemble01Red