开始英雄技能系统,负责英雄技能的释放
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import { ecs } from "../../../../extensions/oops-plugin-framework/assets/libs/ecs/ECS";
|
||||
import { SkillSystem } from "./SkillSystem";
|
||||
import { SkillAnimationSystem } from "./SkillAnimation";
|
||||
import { HeroSkillSystem } from "./HeroSkillSystem";
|
||||
export class EcsSkillSystem extends ecs.System {
|
||||
constructor() {
|
||||
super();
|
||||
this.add(new SkillSystem());
|
||||
this.add(new SkillAnimationSystem());
|
||||
this.add(new HeroSkillSystem());
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user