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

7 lines
223 B
Lua
Raw Normal View History

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