mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交
This commit is contained in:
@@ -38,13 +38,14 @@ export default class PVPAction extends BaseAction {
|
||||
|
||||
//PVP开始等待
|
||||
onModePVPStartWait(){
|
||||
console.log("onModePVPStartWait");
|
||||
//PVP 匹配页面
|
||||
if(GBattleModeManager.getIns().current != BattleMode.PVP)
|
||||
app.layer.Open(GUI.PVPModeMatchView);
|
||||
app.layer.Open(GUI.PVPModeMatchView);
|
||||
}
|
||||
|
||||
//PVP结束等待
|
||||
onModePVPEndWait(){
|
||||
console.log("onModePVPEndWait");
|
||||
//PVP 匹配页面
|
||||
app.layer.Close(GUI.PVPModeMatchView);
|
||||
}
|
||||
|
Reference in New Issue
Block a user