。
This commit is contained in:
parent
882d4ca6fe
commit
49e6651345
@ -1,11 +1,7 @@
|
||||
local FormationManager = class("FormationManager", BaseModule)
|
||||
|
||||
-- 主线编队
|
||||
function FormationManager:upHeroToStageFormation(heroIds, matchType)
|
||||
local formation = DataManager.FormationData:getStageFormation()
|
||||
if formation[matchType] == heroId then
|
||||
return
|
||||
end
|
||||
function FormationManager:upHeroToStageFormation(heroIds)
|
||||
local args = {
|
||||
type = 1,
|
||||
heroes = heroIds
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user