环境技能继续
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user