From 9b6a18a110c7e274362000eb1855e5704ec206e0 Mon Sep 17 00:00:00 2001 From: dgflash Date: Tue, 16 Sep 2025 15:32:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/module/common/CCEntity.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/module/common/CCEntity.ts b/assets/module/common/CCEntity.ts index 34ee2f9..c605027 100644 --- a/assets/module/common/CCEntity.ts +++ b/assets/module/common/CCEntity.ts @@ -13,7 +13,7 @@ import { CCVMParentComp } from "./CCVMParentComp"; export type ECSCtor = __private.__types_globals__Constructor | __private.__types_globals__AbstractedConstructor; /** ECS 游戏模块实体 */ -export class CCEntity extends ecs.Entity { +export abstract class CCEntity extends ecs.Entity { /** 单例子实体 */ private singletons: Map = null!;