【战斗】添加获取各阵营伤害的接口

dev_chengFeng
gaoxin 2021-01-22 16:19:40 +08:00
parent 5dcf4d8040
commit 745646b06e
1 changed files with 7 additions and 0 deletions

View File

@ -95,6 +95,13 @@ function BattleLogic.Init(data, _userData, maxRound)
end)
end
-- 获取双方所有血量
function BattleLogic.GetAllDamage()
return allHeroDamage, allEnemyDamage
end
-- 检测先手阵营
function BattleLogic.CheckFirstCamp()
-- 默认我方先手