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