This commit is contained in:
2025-03-26 13:50:40 +08:00
parent 4335a8500b
commit 8e0aa200a6

View File

@@ -125,7 +125,6 @@ export class HeroSkillSystem extends ecs.ComblockSystem implements ecs.ISystemUp
this.applySkillEffect(caster, target, config,skillEntity);
console.log("施放技能:"+config.uuid+"=>"+target.get(HeroViewComp).hero_name);
});
}
if (config.TargetGroup === TargetGroup.Ally) {
const targets = this.selectAllyTargets(caster, config);