【战斗0.0.1-同步local】添加引导战斗暂停接口

dev_chengFeng
gaoxin 2020-10-17 19:03:34 +08:00
parent 0baed21bf6
commit 6326a8ab9a
1 changed files with 9 additions and 0 deletions

View File

@ -692,4 +692,13 @@ function this.GetBattleBg(fightType)
return "r_zhandou_changjing_"..tostring(index)
end
-- 引导战斗暂停控制
this.isGuidePause = false
function this.IsGuidePause()
return this.isGuidePause
end
function this.SetGuidePause(isPause)
this.isGuidePause = isPause
end
return this