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

13 lines
379 B
Lua
Raw Normal View History

2024-09-01 22:49:41 +02:00
----------------------------------------------------------------
--主线跑团所有区域红点检测
local XRedPointGuildDormSignReward = {}
function XRedPointGuildDormSignReward.Check()
if not XDataCenter.GuildManager.IsJoinGuild() then
return false
end
return not XDataCenter.GuildManager.IsGetSignRewardToday()
end
return XRedPointGuildDormSignReward