mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-30 18:39:18 +08:00
优化
This commit is contained in:
@@ -13,7 +13,7 @@ import { CCVMParentComp } from "./CCVMParentComp";
|
||||
export type ECSCtor<T extends ecs.Comp> = __private.__types_globals__Constructor<T> | __private.__types_globals__AbstractedConstructor<T>;
|
||||
|
||||
/** ECS 游戏模块实体 */
|
||||
export class CCEntity extends ecs.Entity {
|
||||
export abstract class CCEntity extends ecs.Entity {
|
||||
/** 单例子实体 */
|
||||
private singletons: Map<any, ECSEntity> = null!;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user