开始英雄技能系统,负责英雄技能的释放
This commit is contained in:
@@ -1,17 +1,8 @@
|
||||
/*
|
||||
* @Author: dgflash
|
||||
* @Date: 2021-08-11 16:41:12
|
||||
* @LastEditors: dgflash
|
||||
* @LastEditTime: 2022-07-25 17:05:02
|
||||
*/
|
||||
import { ecs } from "../../../../../../extensions/oops-plugin-framework/assets/libs/ecs/ECS";
|
||||
import { BattleMoveSystem } from "./BattleMoveSystem";
|
||||
import { MoveToSystem } from "./MoveTo";
|
||||
|
||||
export class EcsPositionSystem extends ecs.System {
|
||||
constructor() {
|
||||
super();
|
||||
this.add(new MoveToSystem());
|
||||
this.add(new BattleMoveSystem());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user