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

16 lines
No EOL
458 B
Lua

local XRedPointConditionTRPGChapterReward = {}
local Events = nil
function XRedPointConditionTRPGChapterReward.GetSubEvents()
-- Events = Events or
-- {
-- XRedPointEventElement.New(XEventId.EVENT_FUBEN_CHAPTER_REWARD)
-- }
-- return Events
end
function XRedPointConditionTRPGChapterReward.Check(chapterId)
-- return XDataCenter.FubenMainLineManager.CheckTreasureReward(chapterId)
end
return XRedPointConditionTRPGChapterReward