forked from endernon/PGRData
12 lines
No EOL
429 B
Lua
12 lines
No EOL
429 B
Lua
--===========================================================================
|
|
---@desc 接头霸王-未完成所有关卡红点检测
|
|
--===========================================================================
|
|
|
|
|
|
local XRedPointBodyCombineGameUnFinishAll = {}
|
|
|
|
function XRedPointBodyCombineGameUnFinishAll.Check()
|
|
return XDataCenter.BodyCombineGameManager.CheckIsFinishAll()
|
|
end
|
|
|
|
return XRedPointBodyCombineGameUnFinishAll |