From f78f0a274467f99490afbeecf8d45e4f6099ea96 Mon Sep 17 00:00:00 2001 From: dgflash Date: Thu, 18 Sep 2025 16:43:05 +0800 Subject: [PATCH] . --- assets/module/common/CCBusiness.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/module/common/CCBusiness.ts b/assets/module/common/CCBusiness.ts index be20d4a..d62e1e8 100644 --- a/assets/module/common/CCBusiness.ts +++ b/assets/module/common/CCBusiness.ts @@ -13,7 +13,7 @@ import { CCEntity } from "./CCEntity"; export class CCBusiness { ent!: CCEntity; - /** 业务逻辑初台化 */ + /** 业务逻辑初始化 */ protected init() { } @@ -27,7 +27,7 @@ export class CCBusiness { } //#region 全局事件管理 - + private _event: EventDispatcher | null = null; /** 全局事件管理器 */ private get event(): EventDispatcher {