【战斗0.0.1-同步local】添加引导战斗暂停接口
parent
0baed21bf6
commit
6326a8ab9a
|
@ -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
|
Loading…
Reference in New Issue