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

12 lines
No EOL
366 B
Lua

--角色入口红点检测
local XRedPointConditionRepeatChallengeReward = {}
local SubCondition = nil
function XRedPointConditionRepeatChallengeReward.GetSubConditions()
return { }
end
function XRedPointConditionRepeatChallengeReward.Check()
return XDataCenter.FubenRepeatChallengeManager.GetRewardRed()
end
return XRedPointConditionRepeatChallengeReward