【战斗开始过快修复】

dev_chengFeng
ZhangBiao 2021-03-15 20:35:16 +08:00
parent 95080d3da7
commit d82eb7f88a
1 changed files with 3 additions and 1 deletions

View File

@ -573,7 +573,9 @@ function this.BattleOrderChange(order)
end,1.5):Start()
else
this.EnemyAppear(true)--设置敌人
func()
Timer.New(function ()
func()
end,1.5):Start()
end
end