mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-12-08 22:09:03 +00:00
修复PVP 切换地图重置数据
This commit is contained in:
@@ -98,6 +98,12 @@ export default class GBattleModeManager extends Singleton {
|
||||
|
||||
}
|
||||
|
||||
//重置当前模式
|
||||
Reset(){
|
||||
app.sync.onReset();
|
||||
app.sync.onStart();
|
||||
}
|
||||
|
||||
//关闭当前模式
|
||||
async Close(data?:any){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user