环境技能继续

This commit is contained in:
panw
2024-12-11 10:54:40 +08:00
parent 4ef7abf374
commit ec83f6506b
14 changed files with 4822 additions and 5396 deletions

View File

@@ -34,12 +34,3 @@ export class HCard extends ecs.Entity {
super.destroy();
}
}
/** HCard 模块业务逻辑系统组件,如无业务逻辑处理可删除此对象 */
export class EcsHCardSystem extends ecs.System {
constructor() {
super();
// this.add(new ecs.ComblockSystem());
}
}