forked from endernon/PGRData
10 lines
374 B
Lua
10 lines
374 B
Lua
|
--==============================
|
||
|
---@desc 动作塔防-插槽解锁红点
|
||
|
--==============================
|
||
|
local XRedPointConditionDoubleTowersSlotUnlocked = {}
|
||
|
|
||
|
function XRedPointConditionDoubleTowersSlotUnlocked.Check(moduleType, index)
|
||
|
return XDataCenter.DoubleTowersManager.CheckSlotUnlocked(moduleType, index)
|
||
|
end
|
||
|
|
||
|
return XRedPointConditionDoubleTowersSlotUnlocked
|