From 6e688dcdd159c9bbabc5788083be786423b5dba8 Mon Sep 17 00:00:00 2001 From: dgflash Date: Thu, 18 Sep 2025 14:09:26 +0800 Subject: [PATCH] . --- assets/module/common/CCBusiness.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/module/common/CCBusiness.ts b/assets/module/common/CCBusiness.ts index 1af8c9c..be20d4a 100644 --- a/assets/module/common/CCBusiness.ts +++ b/assets/module/common/CCBusiness.ts @@ -27,6 +27,7 @@ export class CCBusiness { } //#region 全局事件管理 + private _event: EventDispatcher | null = null; /** 全局事件管理器 */ private get event(): EventDispatcher { @@ -81,5 +82,4 @@ export class CCBusiness { } //#endregion - } \ No newline at end of file