修复bug

This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2023-12-26 03:55:58 +08:00
parent fbb8c862e9
commit c46230a22c
6 changed files with 18 additions and 23 deletions

View File

@@ -22,6 +22,8 @@ export enum GOnHookManagerEvent{
//游戏模式 OnHook 管理器
export default class GOnHookManager extends Singleton{
isSpawn:boolean = false;
//野怪列表
_sreeps:Map<string,GOnHookPet> = new Map();
get sreeps(){