forked from endernon/PGRData
7 lines
213 B
Lua
7 lines
213 B
Lua
|
local XRedPointConditionNewYearLuckRuleRed = {}
|
||
|
|
||
|
function XRedPointConditionNewYearLuckRuleRed.Check()
|
||
|
return XDataCenter.NewYearLuckManager.IsFirstInActivity()
|
||
|
end
|
||
|
|
||
|
return XRedPointConditionNewYearLuckRuleRed
|