英雄技能相关字段修改

This commit is contained in:
2025-02-02 20:58:25 +08:00
parent 215fcd3a76
commit 2e53786aa0
24 changed files with 143 additions and 840 deletions

View File

@@ -16,7 +16,6 @@ export class HeroSkillSystem extends ecs.ComblockSystem<ecs.Entity> implements e
let skills = e.get(HeroSkillsComp);
let view = e.get(HeroViewComp);
}