mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-12-08 14:00:02 +00:00
提交代码
This commit is contained in:
@@ -11,13 +11,13 @@ import BattleResource from "../tools/BattleResource";
|
||||
|
||||
export enum BattleMode{
|
||||
//无尽模式
|
||||
OnHook = "OnHook",
|
||||
OnHook = 0,
|
||||
//PVP 模式
|
||||
PVP = "PVP",
|
||||
PVP = 1,
|
||||
//阵营守护
|
||||
CampGuardian = "CampGuardian",
|
||||
CampGuardian = 2,
|
||||
//副本
|
||||
GDungeonMode = "GDungeonMode",
|
||||
GDungeonMode = 3,
|
||||
}
|
||||
|
||||
export interface GBattleModeInfo{
|
||||
@@ -102,6 +102,7 @@ export default class GBattleModeManager extends Singleton {
|
||||
}
|
||||
|
||||
this.current = mode;
|
||||
this.data = data;
|
||||
this.Close();
|
||||
this.current = mode;
|
||||
this.data = data;
|
||||
|
||||
Reference in New Issue
Block a user