Files
pixelheros/assets/script/game/skill/heroSkillsComp.ts

10 lines
240 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import { ecs } from "../../../../extensions/oops-plugin-framework/assets/libs/ecs/ECS";
@ecs.register('HeroSkills')
export class HeroSkillsComp extends ecs.Comp {
/** 移动方向1向右-1向左 */
reset() {
}
}