技能运动基础修改完成,todo 完善各类技能实现

This commit is contained in:
2025-02-08 10:07:28 +08:00
parent c619b97aa4
commit 6e1c7ee715
12 changed files with 231 additions and 274 deletions

View File

@@ -3,7 +3,7 @@ import { HeroSkillSystem } from "./HeroSkillSystem";
export class EcsSkillSystem extends ecs.System {
constructor() {
super();
this.add(new HeroSkillSystem());
// this.add(new HeroSkillSystem());