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

7 lines
No EOL
223 B
Lua

local XRedPointConditionNewYearDiviningNotGet = {}
function XRedPointConditionNewYearDiviningNotGet.Check()
return XDataCenter.SignInManager.CheckTodayDiviningState()
end
return XRedPointConditionNewYearDiviningNotGet