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

10 lines
291 B
Lua
Raw Permalink Normal View History

----------------------------------------------------------------
--主线跑团常规主线红点检测
local XRedPointTRPGSecondMainReward = {}
function XRedPointTRPGSecondMainReward.Check()
return XDataCenter.TRPGManager.IsSecondMainReward()
end
return XRedPointTRPGSecondMainReward