技能运动基础修改完成,todo 完善各类技能实现
This commit is contained in:
@@ -3,7 +3,7 @@ import { HeroSkillSystem } from "./HeroSkillSystem";
|
||||
export class EcsSkillSystem extends ecs.System {
|
||||
constructor() {
|
||||
super();
|
||||
this.add(new HeroSkillSystem());
|
||||
// this.add(new HeroSkillSystem());
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user