forked from endernon/PGRData
8 lines
277 B
Lua
8 lines
277 B
Lua
|
--有可领取的任务奖励
|
||
|
local XRedPointConditionBiancaTheatreAchievement = {}
|
||
|
|
||
|
function XRedPointConditionBiancaTheatreAchievement.Check()
|
||
|
return XDataCenter.BiancaTheatreManager.CheckAchievementTaskCanAchieved()
|
||
|
end
|
||
|
|
||
|
return XRedPointConditionBiancaTheatreAchievement
|