This commit is contained in:
dgflash
2025-09-18 14:09:26 +08:00
parent c9c6a0bf25
commit 6e688dcdd1

View File

@@ -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
}