mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 19:34:47 +00:00
15 lines
233 B
TypeScript
15 lines
233 B
TypeScript
import Singleton from "../../../extensions/ngame/assets/ngame/util/Singleton";
|
|
|
|
export enum BattleMode{
|
|
//PVP 模式
|
|
PVP,
|
|
}
|
|
|
|
//全局战斗模式管理器
|
|
export default class GBattleModeManager extends Singleton {
|
|
|
|
|
|
|
|
}
|
|
|