This commit is contained in:
dgflash
2025-09-18 16:43:05 +08:00
parent f32a453dd2
commit f78f0a2744

View File

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